diff --git a/library/PolyVoxCore/include/LargeVolume.h b/library/PolyVoxCore/include/LargeVolume.h index e741c34e..dd6fa0fb 100644 --- a/library/PolyVoxCore/include/LargeVolume.h +++ b/library/PolyVoxCore/include/LargeVolume.h @@ -150,7 +150,7 @@ namespace PolyVox Sampler(LargeVolume* 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;