diff --git a/GraphicsView/include/CGAL/Qt/Converter.h b/GraphicsView/include/CGAL/Qt/Converter.h index 3315d9a4800..da725c1cf8d 100644 --- a/GraphicsView/include/CGAL/Qt/Converter.h +++ b/GraphicsView/include/CGAL/Qt/Converter.h @@ -79,7 +79,7 @@ public: CGAL::Segment_2 operator()(const QLineF& qs) const { - return CGAL::Segment_2(operator()(qs.p1()), operator()(qs.p2)); + return CGAL::Segment_2(operator()(qs.p1()), operator()(qs.p2())); } QLineF operator()(const CGAL::Segment_2 &s) const