mirror of https://github.com/CGAL/cgal
Add using statements for ansi-compliance
This commit is contained in:
parent
7c2084aac1
commit
5539d84219
|
|
@ -52,6 +52,7 @@ private:
|
||||||
typedef Union_of_curve_cycles_2<Labeled_traits_2,
|
typedef Union_of_curve_cycles_2<Labeled_traits_2,
|
||||||
Offset_polygon_2> Union_2;
|
Offset_polygon_2> Union_2;
|
||||||
|
|
||||||
|
using Base::_offset_polygon;
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/*! Constructor. */
|
/*! Constructor. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue