WiiSaveBanner: Resolve a -Wreorder warning

This commit is contained in:
Lioncash
2017-12-03 18:34:49 -05:00
parent 8bcc392d5d
commit 666af4605e
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ private:
char16_t description[32];
} m_header;
bool m_valid;
bool m_valid = true;
std::string m_path;
};
}