mirror of https://github.com/CGAL/cgal
Added mising const
This commit is contained in:
parent
47032c62c7
commit
895c8574b9
|
|
@ -58,7 +58,7 @@ public:
|
||||||
{}
|
{}
|
||||||
|
|
||||||
/*! Constructor with traits object. */
|
/*! Constructor with traits object. */
|
||||||
Polygon_set_2 (Traits_2& tr) :
|
Polygon_set_2 (const Traits_2& tr) :
|
||||||
Base(tr)
|
Base(tr)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue