From 56faf750be425f853369549da5acb0f5c1140e5c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 28 May 2019 06:57:46 -0400 Subject: [PATCH] UICommon/GameFile: std::move std::string argument in constructor Allows for calling code to move the argument into the constructor, avoiding a copy. --- Source/Core/UICommon/GameFile.cpp | 2 +- Source/Core/UICommon/GameFile.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/UICommon/GameFile.cpp b/Source/Core/UICommon/GameFile.cpp index 884d7f6b36..dc758ffac6 100644 --- a/Source/Core/UICommon/GameFile.cpp +++ b/Source/Core/UICommon/GameFile.cpp @@ -113,7 +113,7 @@ GameFile::LookupUsingConfigLanguage(const std::map