From 48ece56bafbcf5e940de6dda759f63dfcab2b57c Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sun, 7 Oct 2018 08:57:03 +0100 Subject: DEVTOOLS: Fix Performance Issue Warning in create_project. This is the last fix for bug Trac #10655. --- devtools/create_project/xcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools/create_project') 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) { } }; -- cgit v1.2.3