- fixed errors introduced by the move of *.C to *_impl.h

This commit is contained in:
Menelaos Karavelas 2006-05-27 11:29:16 +00:00
parent effbb2b8f0
commit 4c3d09d7d4
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
27 May 2006: Menelaos Karavelas
- fixed errors introduced by the move of *.C to *_impl.h
3 May 2006: Menelaos Karavelas
- fixed warning about missing virtual destructor of
Virtual_Voronoi_diagram_2 class (in demo). Warning spotted by

View File

@ -23,7 +23,7 @@
#ifdef CGAL_USE_QT
#include <CGAL/IO/Qt_widget.h>
#include <CGAL/Apollonius_graph_constructions_C2.h>
#include <CGAL/Apollonius_graph_2/Constructions_C2.h>
#include <CGAL/Hyperbola_segment_2.h>
#include <CGAL/Hyperbola_ray_2.h>
#include <CGAL/Hyperbola_2.h>

View File

@ -22,7 +22,7 @@
#include <CGAL/Voronoi_diagram_2/basic.h>
#include <CGAL/Triangulation_utils_2.h>
#include <CGAL/predicates/Ag2_orientation_2.h>
#include <CGAL/Apollonius_graph_2/Orientation_2.h>
#include <boost/variant.hpp>