DEVTOOLS: Fix Performance Issue Warning in create_project.

This is the last fix for bug Trac .
This commit is contained in:
D G Turner 2018-10-07 08:57:03 +01:00
parent cc2260d80d
commit 48ece56baf

@ -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) {
}
};