Base: Modernise ctors dtors defs etc
This commit is contained in:
@@ -310,13 +310,9 @@ PyObject *ProgressIndicatorPy::PyMake(struct _typeobject *, PyObject *, PyObject
|
||||
return new ProgressIndicatorPy();
|
||||
}
|
||||
|
||||
ProgressIndicatorPy::ProgressIndicatorPy()
|
||||
{
|
||||
}
|
||||
ProgressIndicatorPy::ProgressIndicatorPy() = default;
|
||||
|
||||
ProgressIndicatorPy::~ProgressIndicatorPy()
|
||||
{
|
||||
}
|
||||
ProgressIndicatorPy::~ProgressIndicatorPy() = default;
|
||||
|
||||
Py::Object ProgressIndicatorPy::repr()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user