Part/PD: modernize C++: redundant void arg
This commit is contained in:
@@ -180,7 +180,7 @@ PartDesign::Body * makeBodyActive(App::DocumentObject *body, App::Document *doc,
|
||||
return dynamic_cast<PartDesign::Body*>(body);
|
||||
}
|
||||
|
||||
void needActiveBodyError(void)
|
||||
void needActiveBodyError()
|
||||
{
|
||||
QMessageBox::warning( Gui::getMainWindow(),
|
||||
QObject::tr("Active Body Required"),
|
||||
|
||||
Reference in New Issue
Block a user