diff --git a/Nef_3/include/CGAL/draw_nef_3.h b/Nef_3/include/CGAL/draw_nef_3.h index 665fbb4ca82..8f1aa0959bf 100644 --- a/Nef_3/include/CGAL/draw_nef_3.h +++ b/Nef_3/include/CGAL/draw_nef_3.h @@ -210,9 +210,10 @@ protected: CGAL_For_all(he, end) { - internal::newell_single_step_3(internal::Geom_utils::get_local_point(he->next()->source()->center_vertex()->point()), - internal::Geom_utils::get_local_point(he->source()->center_vertex()->point()), - normal); + internal::newell_single_step_3(this->get_local_point + (he->next()->source()->center_vertex()->point()), + this->get_local_point(he->source()->center_vertex()-> + point()), normal); ++nb; }