aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devtools/create_project/xcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/xcode.h b/devtools/create_project/xcode.h
index c3b44b2590..a32e667937 100644
--- a/devtools/create_project/xcode.h
+++ b/devtools/create_project/xcode.h
@@ -64,7 +64,7 @@ private:
std::string _filePath;
std::string _sourceTree;
- FileProperty(std::string fileType = "", std::string name = "", std::string path = "", std::string source = "")
+ FileProperty(const std::string &fileType = "", const std::string &name = "", const std::string &path = "", const std::string &source = "")
: _fileEncoding(""), _lastKnownFileType(fileType), _fileName(name), _filePath(path), _sourceTree(source) {
}
};