mirror of https://github.com/CGAL/cgal
accomodate changes after branch update
This commit is contained in:
parent
1950bf0d7d
commit
7f4bd2837e
|
|
@ -73,6 +73,8 @@ struct Polyline_visitor
|
|||
Polyline& polyline = polylines.back();
|
||||
polyline.push_back(skeleton[vd].point);
|
||||
}
|
||||
|
||||
void end_polyline(){}
|
||||
};
|
||||
|
||||
template<class ValueType>
|
||||
|
|
|
|||
Loading…
Reference in New Issue