mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
WiiWad: Make WiiWAD constructor explicit
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user