+ harmonize API

This commit is contained in:
wmayer
2014-10-19 14:25:51 +02:00
parent 19cd18af4d
commit be949a054d
11 changed files with 16 additions and 16 deletions

View File

@@ -531,7 +531,7 @@ PyObject* Application::sGetHomePath(PyObject * /*self*/, PyObject *args,PyObject
if (!PyArg_ParseTuple(args, "")) // convert args: Python->C
return NULL; // NULL triggers exception
Py::String homedir(GetApplication().GetHomePath());
Py::String homedir(GetApplication().getHomePath());
return Py::new_reference_to(homedir);
}