fix -Wextra in FreeCADGui
This commit is contained in:
@@ -98,7 +98,7 @@ Py::Object ControlPy::showDialog(const Py::Tuple& args)
|
||||
return Py::None();
|
||||
}
|
||||
|
||||
Py::Object ControlPy::activeDialog(const Py::Tuple& args)
|
||||
Py::Object ControlPy::activeDialog(const Py::Tuple&)
|
||||
{
|
||||
Gui::TaskView::TaskDialog* dlg = Gui::Control().activeDialog();
|
||||
return Py::Boolean(dlg!=0);
|
||||
|
||||
Reference in New Issue
Block a user