mirror of https://github.com/CGAL/cgal
Fix API of Default visitor
This commit is contained in:
parent
28fa5ecd2b
commit
6873b3418d
|
|
@ -122,7 +122,7 @@ struct Default_surface_intersection_visitor{
|
|||
{}
|
||||
|
||||
// needed for progress tracking
|
||||
void progress_filter_intersection(double d){}
|
||||
void progress_filter_intersection(double d) const{}
|
||||
|
||||
void start_filter_intersections() const {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue