From 8e65869484c5b399f76b08e7717db80e6d7ed553 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 28 May 2019 05:53:36 -0400 Subject: [PATCH] UICommon/GameFile: Default no-arg constructor and destructor within the cpp file A GameFile instance contains quite a lot of non-trivial types, so default construction and destruction in the same translation unit. --- Source/Core/UICommon/GameFile.cpp | 4 ++++ Source/Core/UICommon/GameFile.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Source/Core/UICommon/GameFile.cpp b/Source/Core/UICommon/GameFile.cpp index 95d22129f6..884d7f6b36 100644 --- a/Source/Core/UICommon/GameFile.cpp +++ b/Source/Core/UICommon/GameFile.cpp @@ -111,6 +111,8 @@ GameFile::LookupUsingConfigLanguage(const std::map