summaryrefslogtreecommitdiff
path: root/src/utils/debugmemoryobject.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-11 00:00:44 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-11 00:00:44 +0300
commit380ae136f98671a81feb6095a66ac5401b1ff29e (patch)
treed2045b521e3f4be78524d551165bd6defd25ec39 /src/utils/debugmemoryobject.h
parentc218293c2fe001c23099e73bf9276fe295a7e682 (diff)
downloadplus-380ae136f98671a81feb6095a66ac5401b1ff29e.tar.gz
plus-380ae136f98671a81feb6095a66ac5401b1ff29e.tar.bz2
plus-380ae136f98671a81feb6095a66ac5401b1ff29e.tar.xz
plus-380ae136f98671a81feb6095a66ac5401b1ff29e.zip
Rename define DEBUG_PHYSFS into DEBUG_VIRTFS
Diffstat (limited to 'src/utils/debugmemoryobject.h')
-rw-r--r--src/utils/debugmemoryobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/debugmemoryobject.h b/src/utils/debugmemoryobject.h
index 3f1f0501e..e415cb59e 100644
--- a/src/utils/debugmemoryobject.h
+++ b/src/utils/debugmemoryobject.h
@@ -21,7 +21,7 @@
#ifndef UTILS_DEBUGMEMORYOBJECT_H
#define UTILS_DEBUGMEMORYOBJECT_H
-#ifdef DEBUG_PHYSFS
+#ifdef DEBUG_VIRTFS
#include "utils/stringutils.h"
@@ -46,5 +46,5 @@ namespace VirtFs
};
} // VirtFs
-#endif // DEBUG_PHYSFS
+#endif // DEBUG_VIRTFS
#endif // UTILS_DEBUGMEMORYOBJECT_H