From 2db81b6688f372ecea95511dc01da28d7762458d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 11 May 2010 08:44:43 +0000 Subject: [PATCH] Add 'using' statement for ansi compliance --- .../include/CGAL/poisson_refine_triangulation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Surface_reconstruction_points_3/include/CGAL/poisson_refine_triangulation.h b/Surface_reconstruction_points_3/include/CGAL/poisson_refine_triangulation.h index edda9d5671f..99cbf21a946 100644 --- a/Surface_reconstruction_points_3/include/CGAL/poisson_refine_triangulation.h +++ b/Surface_reconstruction_points_3/include/CGAL/poisson_refine_triangulation.h @@ -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;