mirror of https://github.com/CGAL/cgal
fix warning
warning: 'Mesh_3_plugin::init' hides overloaded virtual function
This commit is contained in:
parent
ccb31e40ff
commit
6f4bb73ee0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue