Skip to content

Commit

Permalink
Merge pull request #2927 from aserna3/workshop
Browse files Browse the repository at this point in the history
Fixed introduced compiler warning in Linux
  • Loading branch information
Tilka committed Aug 30, 2015
2 parents 83a179b + 0390bd6 commit cc5eb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/ISOFile.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit cc5eb6d

Please sign in to comment.