+ harmonize API

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

View File

@@ -219,7 +219,7 @@ copyResource(PyObject *self, PyObject *args)
if (! PyArg_ParseTuple(args, "ss",&FileName,&DestDir))
return NULL;
std::string resName = App::GetApplication().GetHomePath();
std::string resName = App::GetApplication().getHomePath();
resName += "Mod";
resName += PATHSEP ;
resName += "Raytracing";