summaryrefslogtreecommitdiff
path: root/src/maingui.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-10 21:57:08 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-10 23:23:35 +0300
commit4d3c700bf736def3c55f7e03c175e2e43ed3db02 (patch)
treeac8330eeda18c938a5e685940fbfa4ec289bce7b /src/maingui.cpp
parentc6277401fb4dafbe08bac534e0de7796f70a0d19 (diff)
downloadmv-4d3c700bf736def3c55f7e03c175e2e43ed3db02.tar.gz
mv-4d3c700bf736def3c55f7e03c175e2e43ed3db02.tar.bz2
mv-4d3c700bf736def3c55f7e03c175e2e43ed3db02.tar.xz
mv-4d3c700bf736def3c55f7e03c175e2e43ed3db02.zip
Rename physfsrwops into virtfsrwops.
Diffstat (limited to 'src/maingui.cpp')
-rw-r--r--src/maingui.cpp4
1 files changed, 2 insertions, 2 deletions
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();