fix warning

warning: 'Mesh_3_plugin::init' hides overloaded virtual function
This commit is contained in:
Sébastien Loriot 2016-01-11 11:16:23 +01:00
parent ccb31e40ff
commit 6f4bb73ee0
1 changed files with 1 additions and 0 deletions

View File

@ -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)