fixed wrong pointer type in FHAdj class

This commit is contained in:
Paolo Cignoni 2010-04-26 14:54:44 +00:00
parent df4edbee23
commit 7bd30d3ca0
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ public:
static void Name(std::vector<std::string> & name){name.push_back(std::string("FHAdj"));T::Name(name);}
private:
typename T::FacePointer _fh ;
typename T::HEdgePointer _fh ;
};
} // end namespace face
}// end namespace vcg