Compile fixes for g++.

This commit is contained in:
David Williams
2011-07-30 12:45:32 +01:00
parent 5ddc553ef2
commit 5e62d639fb
4 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ namespace PolyVox
{
template <typename VoxelType>
LargeVolume<VoxelType>::Sampler::Sampler(LargeVolume<VoxelType>* volume)
:Volume<VoxelType>::Sampler< LargeVolume<VoxelType> >(volume)
:Volume<VoxelType>::template Sampler< LargeVolume<VoxelType> >(volume)
{
}