remove redundant void
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
using namespace App;
|
||||
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
std::string PartPy::representation(void) const
|
||||
std::string PartPy::representation() const
|
||||
{
|
||||
return std::string("<Part object>");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user