From 4beee8f147c2e81708f0516e5dcb40d23d3ad3fc Mon Sep 17 00:00:00 2001 From: Nico Kruithof Date: Mon, 10 Dec 2012 13:32:49 +0100 Subject: [PATCH] Fixed more compile errors --- .../include/CGAL/Periodic_2_Delaunay_triangulation_2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Periodic_2_triangulation_2/include/CGAL/Periodic_2_Delaunay_triangulation_2.h b/Periodic_2_triangulation_2/include/CGAL/Periodic_2_Delaunay_triangulation_2.h index 645f2a9a833..88791655a7e 100644 --- a/Periodic_2_triangulation_2/include/CGAL/Periodic_2_Delaunay_triangulation_2.h +++ b/Periodic_2_triangulation_2/include/CGAL/Periodic_2_Delaunay_triangulation_2.h @@ -161,7 +161,7 @@ public: p != end; ++p) { // TODO(NGHK): Slight overhead because of the double locate, change insert() - f = locate(*p, lt, li, f); + f = this->locate(*p, lt, li, f); if (lt == Triangulation::VERTEX) double_vertices.insert(f->vertex(li)); else @@ -934,10 +934,10 @@ propagating_flip(Face_handle& f,int i) for (int index=0; index<3; ++index) { p[index] = &nb->vertex(index)->point(); - off[index] = get_offset(nb,index); + off[index] = this->get_offset(nb,index); } p[3] = &f->vertex(i)->point(); - off[3] = this->combine_offsets(get_offset(f,i), get_neighbor_offset(f, i)); + off[3] = this->combine_offsets(this->get_offset(f,i), this->get_neighbor_offset(f, i)); if ( ON_POSITIVE_SIDE != this->side_of_oriented_circle(*p[0], *p[1], *p[2], *p[3],