From 34cd8c05ed0c21a76e256d2b3ef25c437a4b97bf Mon Sep 17 00:00:00 2001 From: David Williams Date: Thu, 28 Apr 2011 22:50:18 +0100 Subject: [PATCH] Fix for compiling on Linux. --- library/PolyVoxCore/include/LargeVolume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;