Fix for compiling on Linux.

This commit is contained in:
David Williams
2011-04-28 22:50:18 +01:00
parent ea309ab15b
commit 34cd8c05ed

View File

@ -150,7 +150,7 @@ namespace PolyVox
Sampler(LargeVolume<VoxelType>* volume);
~Sampler();
typename Sampler& operator=(const typename Sampler& rhs) throw();
Sampler& operator=(const Sampler& rhs) throw();
int32_t getPosX(void) const;
int32_t getPosY(void) const;