[Scummvm-git-logs] scummvm master -> 48ece56bafbcf5e940de6dda759f63dfcab2b57c

digitall dgturner at iee.org
Sun Oct 7 09:48:25 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
48ece56baf DEVTOOLS: Fix Performance Issue Warning in create_project.


Commit: 48ece56bafbcf5e940de6dda759f63dfcab2b57c
    https://github.com/scummvm/scummvm/commit/48ece56bafbcf5e940de6dda759f63dfcab2b57c
Author: D G Turner (digitall at scummvm.org)
Date: 2018-10-07T08:57:03+01:00

Commit Message:
DEVTOOLS: Fix Performance Issue Warning in create_project.

This is the last fix for bug Trac #10655.

Changed paths:
    devtools/create_project/xcode.h


diff --git a/devtools/create_project/xcode.h b/devtools/create_project/xcode.h
index c3b44b2..a32e667 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) {
 		}
 	};





More information about the Scummvm-git-logs mailing list