This commit is contained in:
Guillaume Damiand 2019-09-18 16:31:38 +02:00
parent e44fef7d0b
commit 140eed70ab
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ namespace CGAL
typename Map::size_type amark)
{
return CGAL::is_whole_orbit_unmarked<Map,
typename Map::template Dart_of_cell_range<i,d>::iterator>
typename Map::template Dart_of_cell_range<i,d>::const_iterator>
(amap, adart, amark);
}