Changed header guards.
This commit is contained in:
parent
c2bb64d055
commit
040dc37057
@ -21,8 +21,8 @@ freely, subject to the following restrictions:
|
|||||||
distribution.
|
distribution.
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#ifndef __PolyVox_Logging_H__
|
#ifndef __PolyVox_LoggingImpl_H__
|
||||||
#define __PolyVox_Logging_H__
|
#define __PolyVox_LoggingImpl_H__
|
||||||
|
|
||||||
#include "PolyVox/Impl/Config.h"
|
#include "PolyVox/Impl/Config.h"
|
||||||
|
|
||||||
@ -229,4 +229,4 @@ namespace PolyVox
|
|||||||
#define POLYVOX_LOG_FATAL_IF(condition, ...)
|
#define POLYVOX_LOG_FATAL_IF(condition, ...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif //__PolyVox_Logging_H__
|
#endif //__PolyVox_LoggingImpl_H__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user