diff --git a/Nef_3/include/CGAL/Nef_3/SNC_point_locator.h b/Nef_3/include/CGAL/Nef_3/SNC_point_locator.h index 9cfe84d52b7..b8773744ccb 100644 --- a/Nef_3/include/CGAL/Nef_3/SNC_point_locator.h +++ b/Nef_3/include/CGAL/Nef_3/SNC_point_locator.h @@ -230,14 +230,14 @@ public: return this->shoot(ray, null_handle, mask); } - enum SOLUTION { is_vertex_, is_edge_, is_facet_ }; + enum SOLUTION { is_vertex_, is_edge_, is_facet_ , is_none_}; virtual Object_handle shoot(const Ray_3& ray, Vertex_handle ray_source_vertex, int mask=255) const { CGAL_NEF_TIMER(rs_t.start()); CGAL_assertion( initialized); _CGAL_NEF_TRACEN( "shooting: "<