Gui: redundant void 2

This commit is contained in:
berniev
2022-08-08 11:50:44 +10:00
committed by wwmayer
parent ec72d96038
commit 656ef8961f
160 changed files with 784 additions and 784 deletions

View File

@@ -217,7 +217,7 @@ void View3DInventor::deleteSelf()
MDIView::deleteSelf();
}
PyObject *View3DInventor::getPyObject(void)
PyObject *View3DInventor::getPyObject()
{
if (!_viewerPy)
_viewerPy = new View3DInventorPy(this);
@@ -448,7 +448,7 @@ void View3DInventor::onRename(Gui::Document *pDoc)
cAct.apply(_viewer->getSceneGraph());
}
void View3DInventor::onUpdate(void)
void View3DInventor::onUpdate()
{
#ifdef FC_LOGUPDATECHAIN
Base::Console().Log("Acti: Gui::View3DInventor::onUpdate()");
@@ -462,7 +462,7 @@ void View3DInventor::viewAll()
_viewer->viewAll();
}
const char *View3DInventor::getName(void) const
const char *View3DInventor::getName() const
{
return "View3DInventor";
}