remove redundant void

This commit is contained in:
berniev
2022-07-31 14:28:37 +10:00
committed by wwmayer
parent 474981d7b6
commit 85170b2879
75 changed files with 519 additions and 519 deletions

View File

@@ -34,7 +34,7 @@
using namespace App;
// returns a string which represent the object e.g. when printed in python
std::string GroupExtensionPy::representation(void) const
std::string GroupExtensionPy::representation() const
{
return std::string("<group extension object>");
}