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}*/