mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
WiiWad: Make WiiWAD constructor explicit
This commit is contained in:
parent
7de0d51345
commit
61b977c914
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class CBlobBigEndianReader;
|
|||
class WiiWAD
|
||||
{
|
||||
public:
|
||||
WiiWAD(const std::string& name);
|
||||
explicit WiiWAD(const std::string& name);
|
||||
~WiiWAD();
|
||||
|
||||
bool IsValid() const { return m_valid; }
|
||||
|
|
Loading…
Add table
Reference in a new issue