fixed(?) the type Polyhedron_3 to work with SunPro's compiler

This commit is contained in:
Susan Hert 2001-12-03 11:11:41 +00:00
parent afd72b203d
commit db3a8a802e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class Convex_hull_traits_3
#if defined(__BORLANDC__)
typedef Polyhedron_ Polyhedron_3;
#else
typedef Polyhedron_3<R> Polyhedron_3;
typedef CGAL::Polyhedron_3<R> Polyhedron_3;
#endif
typedef typename R::Construct_segment_3 Construct_segment_3;