Removed remaining uses of template template parameters.
This commit is contained in:
		| @@ -28,8 +28,8 @@ freely, subject to the following restrictions: | ||||
|  | ||||
| namespace PolyVox | ||||
| { | ||||
| 	template< template<typename> class VolumeType> | ||||
| 	float computeSmoothedVoxel(typename VolumeType<uint8_t>::Sampler& volIter); | ||||
| 	template< typename VolumeType > | ||||
| 	float computeSmoothedVoxel(typename VolumeType::Sampler& volIter); | ||||
| } | ||||
|  | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user