From c2c883cc5397afb39efd6a00e66a23f98e783af7 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 27 Feb 2006 12:45:26 +0000 Subject: [PATCH] Added a Base::using in PM_point_locator.h --- Nef_2/changes.txt | 3 +++ Nef_2/include/CGAL/Nef_2/PM_point_locator.h | 1 + 2 files changed, 4 insertions(+) diff --git a/Nef_2/changes.txt b/Nef_2/changes.txt index b20349bdaae..27f4dc225e1 100644 --- a/Nef_2/changes.txt +++ b/Nef_2/changes.txt @@ -1,3 +1,6 @@ +27 February 2006 Andreas Fabri +- Added a Base::using in PM_point_locator.h + 20 January 2006 Andreas Fabri - Added rule for examples/polylines.C diff --git a/Nef_2/include/CGAL/Nef_2/PM_point_locator.h b/Nef_2/include/CGAL/Nef_2/PM_point_locator.h index 8325654093b..67ccfeed2e9 100644 --- a/Nef_2/include/CGAL/Nef_2/PM_point_locator.h +++ b/Nef_2/include/CGAL/Nef_2/PM_point_locator.h @@ -431,6 +431,7 @@ public: #ifndef CGAL_CFG_USING_BASE_MEMBER_BUG_3 using Base::K; using Base::number_of_vertices; + using Base::faces_begin; #endif /*{\Mtypes 2}*/