From 6f4bb73ee01236fa19778abe3dfa73ca1cf3a9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 11 Jan 2016 11:16:23 +0100 Subject: [PATCH] fix warning warning: 'Mesh_3_plugin::init' hides overloaded virtual function --- .../demo/Polyhedron/Plugins/Mesh_3_plugin/Mesh_3_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3_plugin/Mesh_3_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3_plugin/Mesh_3_plugin.cpp index 12f3cfd29e5..e2e2b4033ef 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3_plugin/Mesh_3_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3_plugin/Mesh_3_plugin.cpp @@ -47,6 +47,7 @@ class Mesh_3_plugin : Q_PLUGIN_METADATA(IID "com.geometryfactory.PolyhedronDemo.PluginInterface/1.0") public: + using Polyhedron_demo_plugin_helper::init; void init(QMainWindow* mainWindow, CGAL::Three::Scene_interface* scene_interface, Messages_interface* msg_interface)