From 36e9b8af2a3fa76432f43cd5df4cb9fafb5293d0 Mon Sep 17 00:00:00 2001 From: David Williams Date: Tue, 19 Jul 2011 23:31:55 +0100 Subject: [PATCH] Fixed wrong include guards --- library/PolyVoxCore/include/PolyVoxCore/LargeVolume.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/LargeVolume.h b/library/PolyVoxCore/include/PolyVoxCore/LargeVolume.h index b9ba2909..0e611446 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/LargeVolume.h +++ b/library/PolyVoxCore/include/PolyVoxCore/LargeVolume.h @@ -21,8 +21,8 @@ freely, subject to the following restrictions: distribution. *******************************************************************************/ -#ifndef __PolyVox_Volume_H__ -#define __PolyVox_Volume_H__ +#ifndef __PolyVox_LargeVolume_H__ +#define __PolyVox_LargeVolume_H__ #include "PolyVoxImpl/Block.h" #include "PolyVoxCore/Region.h" @@ -362,4 +362,4 @@ private: #include "PolyVoxCore/LargeVolume.inl" #include "PolyVoxCore/LargeVolumeSampler.inl" -#endif +#endif //__PolyVox_LargeVolume_H__