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

@@ -107,7 +107,7 @@ protected:
const ExportProperties* mProperties;
/// write a path
void writePath(aiString path);
void writePath(const aiString &path);
/// The IOSystem for output
IOSystem* mIOSystem;