Fix compilation in Linux

This commit is contained in:
Matt Williams
2012-12-18 15:13:41 +00:00
parent c0d4b2a36f
commit 1c61329e67

View File

@ -31,7 +31,7 @@ namespace PolyVox
RawVolume<VoxelType>::RawVolume(const Region& regValid) RawVolume<VoxelType>::RawVolume(const Region& regValid)
:BaseVolume<VoxelType>(regValid) :BaseVolume<VoxelType>(regValid)
{ {
setBorderValue(VoxelType()); this->setBorderValue(VoxelType());
//Create a volume of the right size. //Create a volume of the right size.
initialise(regValid); initialise(regValid);