Mod: redundant void 2
This commit is contained in:
@@ -114,7 +114,7 @@ int BRepOffsetAPI_MakeFillingPy::PyInit(PyObject* args, PyObject* kwds)
|
||||
}
|
||||
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
std::string BRepOffsetAPI_MakeFillingPy::representation(void) const
|
||||
std::string BRepOffsetAPI_MakeFillingPy::representation() const
|
||||
{
|
||||
return std::string("<BRepOffsetAPI_MakeFilling object>");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user