python: apply const method annotations to impls.
This commit is contained in:
@@ -145,7 +145,7 @@ PyObject* BlendPointPy::setSize(PyObject* args)
|
||||
}
|
||||
}
|
||||
|
||||
PyObject* BlendPointPy::getSize(PyObject* args)
|
||||
PyObject* BlendPointPy::getSize(PyObject* args) const
|
||||
{
|
||||
if (!PyArg_ParseTuple(args, "")) {
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user