Part/PD: modernize C++: redundant void arg

This commit is contained in:
wmayer
2023-08-05 14:26:29 +02:00
committed by wwmayer
parent 702f3b4ddd
commit 22e6e2cd40
57 changed files with 163 additions and 163 deletions

View File

@@ -46,7 +46,7 @@ ViewProviderCompound::~ViewProviderCompound()
{
}
std::vector<App::DocumentObject*> ViewProviderCompound::claimChildren(void) const
std::vector<App::DocumentObject*> ViewProviderCompound::claimChildren() const
{
return static_cast<Part::Compound*>(getObject())->Links.getValues();
}