From 127d987e07b7bddaf888e00da99814043662771d Mon Sep 17 00:00:00 2001 From: David Williams Date: Mon, 16 Apr 2012 17:01:04 +0200 Subject: [PATCH] GCC compile fix. --- .../include/PolyVoxCore/CubicSurfaceExtractorWithNormals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractorWithNormals.h b/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractorWithNormals.h index 7ea0e9b6..b02517fd 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractorWithNormals.h +++ b/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractorWithNormals.h @@ -51,7 +51,7 @@ namespace PolyVox class CubicSurfaceExtractorWithNormals { public: - CubicSurfaceExtractorWithNormals(VolumeType* volData, Region region, SurfaceMesh* result, polyvox_function funcIsQuadNeededCallback = defaultIsQuadNeeded); + CubicSurfaceExtractorWithNormals(VolumeType* volData, Region region, SurfaceMesh* result, polyvox_function funcIsQuadNeededCallback = defaultIsQuadNeeded); void execute();