From 040dc370577fd6876500a07acf62fe0fa26ae72e Mon Sep 17 00:00:00 2001 From: David Williams Date: Fri, 8 May 2015 21:19:39 +0200 Subject: [PATCH] Changed header guards. --- include/PolyVox/Impl/LoggingImpl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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__