diff --git a/library/PolyVoxCore/include/PolyVoxCore/Mesh.h b/library/PolyVoxCore/include/PolyVoxCore/Mesh.h index 9403c5d8..6b122323 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Mesh.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Mesh.h @@ -38,12 +38,12 @@ freely, subject to the following restrictions: namespace PolyVox { - template + template class Mesh { public: - typedef _VertexType VertexType; + typedef VertexType VertexType; Mesh(); ~Mesh();