Gui: redundant void 2
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user