mirror of https://github.com/CGAL/cgal
Added a Base::using in PM_point_locator.h
This commit is contained in:
parent
11e0fd8020
commit
c2c883cc53
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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}*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue