Mod: redundant void 2
This commit is contained in:
@@ -59,7 +59,7 @@ ViewProviderProjGroup::~ViewProviderProjGroup()
|
||||
{
|
||||
}
|
||||
|
||||
std::vector<std::string> ViewProviderProjGroup::getDisplayModes(void) const
|
||||
std::vector<std::string> ViewProviderProjGroup::getDisplayModes() const
|
||||
{
|
||||
// get the modes of the father
|
||||
std::vector<std::string> StrList = ViewProviderDrawingView::getDisplayModes();
|
||||
@@ -99,7 +99,7 @@ bool ViewProviderProjGroup::setEdit(int ModNum)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ViewProviderProjGroup::doubleClicked(void)
|
||||
bool ViewProviderProjGroup::doubleClicked()
|
||||
{
|
||||
setEdit(0);
|
||||
return true;
|
||||
@@ -189,7 +189,7 @@ bool ViewProviderProjGroup::canDelete(App::DocumentObject *obj) const
|
||||
return true;
|
||||
}
|
||||
|
||||
std::vector<App::DocumentObject*> ViewProviderProjGroup::claimChildren(void) const
|
||||
std::vector<App::DocumentObject*> ViewProviderProjGroup::claimChildren() const
|
||||
{
|
||||
// Collect any child fields
|
||||
std::vector<App::DocumentObject*> temp;
|
||||
|
||||
Reference in New Issue
Block a user