mirror of https://github.com/CGAL/cgal
fix a warning
This commit is contained in:
parent
c856e40662
commit
e0a720452d
|
|
@ -254,7 +254,7 @@ public:
|
|||
|
||||
inline static With_offset_tag with_offset{ {-1} };
|
||||
inline static With_point_tag with_point{ {-1} };
|
||||
inline static With_point_and_info_tag with_point_and_info{ {-1} };
|
||||
inline static With_point_and_info_tag with_point_and_info{ { {-1} } };
|
||||
|
||||
Conforming_Delaunay_triangulation_3(const Geom_traits& gt = Geom_traits())
|
||||
: T_3(gt)
|
||||
|
|
|
|||
Loading…
Reference in New Issue