removed the default empty constructor to avoid the use of the object without a mesh....

This commit is contained in:
Paolo Cignoni 2011-11-21 09:07:36 +00:00
parent 8f7aab147d
commit 285d78d293
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ namespace vcg {
class FaceTmark:public Tmark<MESH_TYPE,typename MESH_TYPE::FaceType>
{
public:
FaceTmark() {}
FaceTmark(MESH_TYPE *m) {this->SetMesh(m);}
};