diff --git a/src/fgt/edit_hole/fgtBridge.h b/src/fgt/edit_hole/fgtBridge.h index f18419072..b573d3620 100644 --- a/src/fgt/edit_hole/fgtBridge.h +++ b/src/fgt/edit_hole/fgtBridge.h @@ -142,7 +142,6 @@ template class FgtBridge: public FgtBridgeBase { typedef BridgeAbutment AbutmentType; - typedef typename MESH::FaceType FaceType; typedef typename MESH::FaceType FaceType; typedef typename MESH::ScalarType ScalarType; typedef typename vcg::face::Pos PosType; @@ -409,7 +408,7 @@ public: endP.NextB(); // two edge used as bridge abutment are adjacent to the same face... bridge can't be build - // i due edge di bordo sono già collegati da 2 triangoli adiacenti, + // i due edge di bordo sono gi� collegati da 2 triangoli adiacenti, // il bridge si sovrapporrebbe a questi 2 triangoli if( endP.f->FFp(0) == initP.f || endP.f->FFp(1) == initP.f || @@ -454,7 +453,7 @@ public: if( oldRef != &*holesManager->holes.begin() ) { - // si può + // si pu� tmpFaceRef.clear(); if(app!=0) tmpFaceRef.insert(tmpFaceRef.end(), app->begin(), app->end());