Mod: redundant void 2

This commit is contained in:
berniev
2022-08-08 10:27:50 +02:00
committed by wwmayer
parent 311abcc43e
commit da9ebc572f
805 changed files with 3787 additions and 3787 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
using namespace PartDesign;
// returns a string which represents the object e.g. when printed in python
std::string BodyPy::representation(void) const
std::string BodyPy::representation() const
{
return std::string("<body object>");
}