From b074e328fa1ff5439e32df7ba565a7b80b71e55b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 14 Nov 2024 07:12:00 +0000 Subject: [PATCH] Fix demo --- GraphicsView/demo/Polygon_repair/Boolean_2.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/GraphicsView/demo/Polygon_repair/Boolean_2.cpp b/GraphicsView/demo/Polygon_repair/Boolean_2.cpp index 7caa9c0ce29..3d3bd0947d6 100644 --- a/GraphicsView/demo/Polygon_repair/Boolean_2.cpp +++ b/GraphicsView/demo/Polygon_repair/Boolean_2.cpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include #include #include @@ -36,7 +36,6 @@ typedef CGAL::Polygon_2 Polygon2; typedef CGAL::Polygon_with_holes_2 Polygon_with_holes_2; typedef CGAL::Multipolygon_with_holes_2 Multipolygon_with_holes_2; -typedef CGAL::Polygon_repair::Boolean Boolean; typedef std::shared_ptr PolygonPtr ; typedef std::vector PolygonPtr_vector ; @@ -155,7 +154,7 @@ MainWindow::MainWindow() this->setupOptionsMenu(); this->addAboutDemo(":/cgal/help/about_Polygon_2.html"); this->addAboutCGAL(); - this->setupExportSVG(action_Export_SVG, graphicsView); + // this->setupExportSVG(action_Export_SVG, graphicsView); this->addRecentFiles(this->menuFile, this->actionQuit); connect(this, SIGNAL(openRecentFile(QString)),