mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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