From 8c3083224798925e35f3edaceac4335e4c8c20cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 30 Oct 2015 11:44:41 +0100 Subject: [PATCH] update for Three framework --- .../Polyhedron_demo_repair_polyhedron_plugin.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Polyhedron/demo/Polyhedron/Polyhedron_demo_repair_polyhedron_plugin.cpp b/Polyhedron/demo/Polyhedron/Polyhedron_demo_repair_polyhedron_plugin.cpp index 7d6579342e1..00b9729d154 100644 --- a/Polyhedron/demo/Polyhedron/Polyhedron_demo_repair_polyhedron_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Polyhedron_demo_repair_polyhedron_plugin.cpp @@ -1,10 +1,10 @@ #include #include "Scene_polyhedron_item.h" -#include "Scene_interface.h" +#include #include "Polyhedron_type.h" -#include "Polyhedron_demo_plugin_interface.h" -#include "Polyhedron_demo_plugin_helper.h" +#include +#include #include "Messages_interface.h" #include @@ -15,12 +15,13 @@ #include #include +using namespace CGAL::Three; class Polyhedron_demo_repair_polyhedron_plugin : public QObject, public Polyhedron_demo_plugin_helper { Q_OBJECT - Q_INTERFACES(Polyhedron_demo_plugin_interface) + Q_INTERFACES(CGAL::Three::Polyhedron_demo_plugin_interface) Q_PLUGIN_METADATA(IID "com.geometryfactory.PolyhedronDemo.PluginInterface/1.0") public: