diff options
Diffstat (limited to 'src/utils/debugmemoryobject.h')
-rw-r--r-- | src/utils/debugmemoryobject.h | 4 |
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 |