Skip to content

Commit c3278c0

Browse files
committed
Use typedef typename in PM_point_locator.h
1 parent ace3469 commit c3278c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Nef_2/include/CGAL/Nef_2/PM_point_locator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class PM_naive_point_locator : public PM_decorator_ {
104104
|Halfedge_const_handle|, |Halfedge_const_iterator|, |Face_const_handle|,
105105
|Face_const_iterator|.}*/
106106

107-
typedef CGAL::Object_handle Object_handle;
107+
typedef typename CGAL::Object_handle Object_handle;
108108
/*{\Mtypemember a generic handle to an object of the underlying plane
109109
map. The kind of the object |(vertex, halfedge,face)| can be determined and
110110
the object assigned by the three functions:\\

0 commit comments

Comments
 (0)