Fixed wrong include guards

This commit is contained in:
David Williams 2011-07-19 23:31:55 +01:00
parent 9f0ae602b8
commit 36e9b8af2a

View File

@ -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__