From 4d3c700bf736def3c55f7e03c175e2e43ed3db02 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 10 Feb 2017 21:57:08 +0300 Subject: Rename physfsrwops into virtfsrwops. --- src/maingui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/maingui.cpp') diff --git a/src/maingui.cpp b/src/maingui.cpp index 6f8de4083..b2a25b48e 100644 --- a/src/maingui.cpp +++ b/src/maingui.cpp @@ -32,7 +32,7 @@ #include "utils/paths.h" #endif // ANDROID #include "utils/physfscheckutils.h" -#include "utils/physfsrwops.h" +#include "utils/virtfsrwops.h" #include "utils/process.h" #include "utils/xml.h" @@ -132,7 +132,7 @@ int mainGui(int argc, char *argv[]) #endif // SDL_IMAGE_VERSION_ATLEAST(1, 2, 11) #ifdef DUMP_LEAKED_RESOURCES - reportRWops(); + VirtFs::reportRWops(); #endif // DUMP_LEAKED_RESOURCES #ifdef DEBUG_PHYSFS reportPhysfsLeaks(); -- cgit v1.2.3-60-g2f50