Gui: redundant void 2
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
using namespace Gui;
|
||||
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
std::string ViewProviderLinkPy::representation(void) const
|
||||
std::string ViewProviderLinkPy::representation() const
|
||||
{
|
||||
std::stringstream str;
|
||||
str << "<ViewProviderLink at " << getViewProviderLinkPtr() << ">";
|
||||
|
||||
Reference in New Issue
Block a user