mirror of https://github.com/CGAL/cgal
Add missing CGAL:: (spotted by g++ 4.3)
This commit is contained in:
parent
2ec3d27276
commit
90154e1dcf
|
|
@ -152,7 +152,7 @@ public:
|
||||||
enum Mode {GENERAL, REGULARIZED};
|
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 Compact_container<Alpha_status> Alpha_status_container;
|
||||||
typedef typename Alpha_status_container::const_iterator
|
typedef typename Alpha_status_container::const_iterator
|
||||||
Alpha_status_const_iterator;
|
Alpha_status_const_iterator;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue