Gui: redundant void 2
This commit is contained in:
@@ -46,7 +46,7 @@ int LinkViewPy::PyInit(PyObject* /*args*/, PyObject* /*kwd*/)
|
||||
|
||||
|
||||
// returns a string which represent the object e.g. when printed in python
|
||||
std::string LinkViewPy::representation(void) const
|
||||
std::string LinkViewPy::representation() const
|
||||
{
|
||||
return "<Link view>";
|
||||
}
|
||||
@@ -337,7 +337,7 @@ int LinkViewPy::setCustomAttributes(const char*, PyObject*)
|
||||
return 0;
|
||||
}
|
||||
|
||||
Py::Object LinkViewPy::getRootNode(void) const
|
||||
Py::Object LinkViewPy::getRootNode() const
|
||||
{
|
||||
try {
|
||||
SoNode* node = getLinkViewPtr()->getLinkRoot();
|
||||
|
||||
Reference in New Issue
Block a user