Fix compilation on Linux.

This commit is contained in:
Matt Williams 2011-07-17 13:37:02 +02:00
parent cb0afb17f9
commit 26aea540f3

View File

@ -84,7 +84,7 @@ namespace PolyVox
float fScaleY = srcHeight / dstHeight;
float fScaleZ = srcDepth / dstDepth;
SrcVolumeType<VoxelType>::Sampler sampler(m_pVolSrc);
typename SrcVolumeType<VoxelType>::Sampler sampler(m_pVolSrc);
for(int32_t dz = m_regDst.getLowerCorner().getZ(); dz <= m_regDst.getUpperCorner().getZ(); dz++)
{