diff --git a/library/PolyVoxCore/include/PolyVoxCore/RawVolume.inl b/library/PolyVoxCore/include/PolyVoxCore/RawVolume.inl index 1fafad5a..8a0a2e34 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/RawVolume.inl +++ b/library/PolyVoxCore/include/PolyVoxCore/RawVolume.inl @@ -31,7 +31,7 @@ namespace PolyVox RawVolume::RawVolume(const Region& regValid) :BaseVolume(regValid) { - setBorderValue(VoxelType()); + this->setBorderValue(VoxelType()); //Create a volume of the right size. initialise(regValid);