python: apply const method annotations to impls.
This commit is contained in:
@@ -510,7 +510,7 @@ Py::List PropertyContainerPy::getPropertiesList() const
|
||||
}
|
||||
|
||||
|
||||
PyObject* PropertyContainerPy::dumpPropertyContent(PyObject* args, PyObject* kwds)
|
||||
PyObject* PropertyContainerPy::dumpPropertyContent(PyObject* args, PyObject* kwds) const
|
||||
{
|
||||
int compression = 3;
|
||||
const char* property {};
|
||||
|
||||
Reference in New Issue
Block a user