mirror of https://github.com/CGAL/cgal
Add 'using' statement for ansi compliance
This commit is contained in:
parent
7ccb9a5a02
commit
2db81b6688
|
|
@ -54,6 +54,7 @@ public:
|
|||
using Base::triangulation_ref_impl;
|
||||
using Base::oracle;
|
||||
using Base::surface;
|
||||
using Base::should_be_refined;
|
||||
|
||||
typedef typename Tr::Geom_traits Geom_traits;
|
||||
typedef typename Tr::Vertex_handle Vertex_handle;
|
||||
|
|
|
|||
Loading…
Reference in New Issue