Add 'typename' where necessary
This fixes the compilation on Linux after the template template parameter removals.
This commit is contained in:
@ -40,7 +40,7 @@ bool testVoxelValidator(const VolumeType* volData, const Vector3DInt32& v3dPos)
|
||||
return false;
|
||||
}
|
||||
|
||||
VolumeType::VoxelType voxel = volData->getVoxelAt(v3dPos);
|
||||
typename VolumeType::VoxelType voxel = volData->getVoxelAt(v3dPos);
|
||||
if(voxel != 0)
|
||||
{
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user