diff --git a/include/PolyVox/Impl/LoggingImpl.h b/include/PolyVox/Impl/LoggingImpl.h index 3d270c25..13690ee2 100644 --- a/include/PolyVox/Impl/LoggingImpl.h +++ b/include/PolyVox/Impl/LoggingImpl.h @@ -21,8 +21,8 @@ freely, subject to the following restrictions: distribution. *******************************************************************************/ -#ifndef __PolyVox_Logging_H__ -#define __PolyVox_Logging_H__ +#ifndef __PolyVox_LoggingImpl_H__ +#define __PolyVox_LoggingImpl_H__ #include "PolyVox/Impl/Config.h" @@ -229,4 +229,4 @@ namespace PolyVox #define POLYVOX_LOG_FATAL_IF(condition, ...) #endif -#endif //__PolyVox_Logging_H__ \ No newline at end of file +#endif //__PolyVox_LoggingImpl_H__