Mods: modernize C++: redundant void arg

This commit is contained in:
wmayer
2023-08-05 14:27:30 +02:00
committed by wwmayer
parent bf5059bf76
commit 2b3d48176c
27 changed files with 115 additions and 115 deletions

View File

@@ -31,7 +31,7 @@
using namespace FemGui;
// returns a string which represents the object e.g. when printed in python
std::string ViewProviderFemPostPipelinePy::representation(void) const
std::string ViewProviderFemPostPipelinePy::representation() const
{
return std::string("<ViewProviderFemPostPipeline object>");
}