Merge pull request #2927 from aserna3/workshop

Fixed introduced compiler warning in Linux
This commit is contained in:
flacs 2015-08-30 05:47:33 +02:00
commit cc5eb6d00b
1 changed files with 1 additions and 1 deletions

View File

@ -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)