Compile fixes for g++.
This commit is contained in:
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user