Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -518,7 +518,7 @@ void PropertyEnumeration::setPyObject(PyObject* value)
|
||||
}
|
||||
catch (Py::Exception&) {
|
||||
Base::PyException e;
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user