122219-122218 Big parameter passed by value

This commit is contained in:
wise86Android
2016-09-19 22:23:13 +02:00
parent 99c34961b9
commit 96fab1cf55
3 changed files with 9 additions and 9 deletions

View File

@@ -513,7 +513,7 @@ std::string XFileExporter::toXFileString(aiString &name)
return str;
}
void XFileExporter::writePath(aiString path)
void XFileExporter::writePath(const aiString &path)
{
std::string str = std::string(path.C_Str());
BaseImporter::ConvertUTF8toISO8859_1(str);