mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DSPRegisterView: Make DSPRegisterView's constructor explicit
This commit is contained in:
@ -33,7 +33,7 @@ private:
|
|||||||
class DSPRegisterView final : public wxGrid
|
class DSPRegisterView final : public wxGrid
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
DSPRegisterView(wxWindow* parent, wxWindowID id = wxID_ANY);
|
explicit DSPRegisterView(wxWindow* parent, wxWindowID id = wxID_ANY);
|
||||||
void Repopulate();
|
void Repopulate();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user