diff --git a/vcg/complex/trimesh/base.h b/vcg/complex/trimesh/base.h index 5a030928..27b85a5f 100644 --- a/vcg/complex/trimesh/base.h +++ b/vcg/complex/trimesh/base.h @@ -272,19 +272,19 @@ class TriMesh: public TriMeshEdgeHolder class PerVertexAttributeHandle: public AttributeHandle{ PerVertexAttributeHandle():AttributeHandle(){} - public: PerVertexAttributeHandle( void *ah,const int & n):AttributeHandle(ah,n){}; + public: PerVertexAttributeHandle( void *ah,const int & n):AttributeHandle(ah,n){}; }; template class PerFaceAttributeHandle: public AttributeHandle{ PerFaceAttributeHandle():AttributeHandle(){} - public: PerFaceAttributeHandle( void *ah,const int & n):AttributeHandle(ah,n){}; + public: PerFaceAttributeHandle( void *ah,const int & n):AttributeHandle(ah,n){}; }; template class PerEdgeAttributeHandle: public AttributeHandle{ PerEdgeAttributeHandle():AttributeHandle(){} - public: PerEdgeAttributeHandle( void *ah,const int & n):AttributeHandle(ah,n){}; + public: PerEdgeAttributeHandle( void *ah,const int & n):AttributeHandle(ah,n){}; }; template