Add missing CGAL:: (spotted by g++ 4.3)

This commit is contained in:
Sylvain Pion 2007-03-01 10:39:28 +00:00
parent 2ec3d27276
commit 90154e1dcf
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public:
enum Mode {GENERAL, REGULARIZED};
typedef Alpha_status< NT > Alpha_status;
typedef CGAL::Alpha_status< NT > Alpha_status;
typedef Compact_container<Alpha_status> Alpha_status_container;
typedef typename Alpha_status_container::const_iterator
Alpha_status_const_iterator;