suppress _gt() from the default constructor

to compile
with traits class without explicit constructor without arguments
This commit is contained in:
Mariette Yvinec 1998-06-30 08:42:22 +00:00
parent 9d45f5621e
commit a6388895e0
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public:
// CONSTRUCTORS
CGAL_Triangulation_2()
:_tds(), _gt()
:_tds()
{}
CGAL_Triangulation_2(const Geom_traits& geom_traits)