diff options
Diffstat (limited to 'src/cgalutils.h')
-rw-r--r-- | src/cgalutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgalutils.h b/src/cgalutils.h index 50b819a..0e7fbb5 100644 --- a/src/cgalutils.h +++ b/src/cgalutils.h @@ -3,7 +3,7 @@ #include <cgal.h> bool createPolySetFromPolyhedron(const CGAL_Polyhedron &p, class PolySet &ps); -bool createPolyhedronFromPolySet(const class PolySet &ps, class CGAL_Polyhedron &p); +bool createPolyhedronFromPolySet(const class PolySet &ps, CGAL_Polyhedron &p); CGAL_Iso_cuboid_3 bounding_box( const CGAL_Nef_polyhedron3 &N ); CGAL_Iso_rectangle_2e bounding_box( const CGAL_Nef_polyhedron2 &N ); |