From 0390bd61dfccefc65c1276bc991470738bc8064c Mon Sep 17 00:00:00 2001 From: Anthony Serna Date: Sat, 29 Aug 2015 20:41:59 -0700 Subject: [PATCH] Fixed introduced compiler warning in Linux --- Source/Core/DolphinWX/ISOFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/ISOFile.cpp b/Source/Core/DolphinWX/ISOFile.cpp index 4be36d6fd7..19246a0f0c 100644 --- a/Source/Core/DolphinWX/ISOFile.cpp +++ b/Source/Core/DolphinWX/ISOFile.cpp @@ -65,8 +65,8 @@ GameListItem::GameListItem(const std::string& _rFileName) : m_FileName(_rFileName) , m_emu_state(0) , m_FileSize(0) - , m_Revision(0) , m_Country(DiscIO::IVolume::COUNTRY_UNKNOWN) + , m_Revision(0) , m_Valid(false) , m_BlobCompressed(false) , m_ImageWidth(0)