mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
DEVTOOLS: Fix Performance Issue Warning in create_project.
This is the last fix for bug Trac #10655.
This commit is contained in:
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) {
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user