Linux compile fixes.

This commit is contained in:
p265186
2012-06-15 17:29:39 +02:00
parent c11b02f354
commit 9fdc30643a
6 changed files with 20 additions and 20 deletions

View File

@ -109,7 +109,7 @@ namespace PolyVox
namespace PolyVox
{
template<>
typename VoxelTypeTraits<Density8>::DensityType convertToDensity(Density8 voxel);
VoxelTypeTraits<Density8>::DensityType convertToDensity(Density8 voxel);
template<>
class ConvertToDensity<Density8>