Fixed visitor override signature

This commit is contained in:
Fernando Cacciola 2009-07-03 16:20:43 +00:00
parent fdea117287
commit be7e5c507c
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ public :
mBefore = create_edge_link(aProfile);
}
virtual void OnCollapsed( Profile const& aProfile, Vertex_handle aV ) const
virtual void OnCollapsed( Profile const& aProfile, Vertex_handle const& aV ) const
{
// Some collapse can result in self-intersections in any case, so we can't mark it as a failure
if ( false && Is_self_intersecting( aProfile.surface() ) )