diff --git a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Tetrahedra_filtering_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Tetrahedra_filtering_plugin.cpp index 1076e094239..ce75e3eafd3 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Tetrahedra_filtering_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Tetrahedra_filtering_plugin.cpp @@ -61,7 +61,7 @@ public : filter(); }); } - bool applicable(QAction* a) const Q_DECL_OVERRIDE + bool applicable(QAction*) const Q_DECL_OVERRIDE { return qobject_cast( scene->item( scene->mainSelectionIndex() ) ); }