DSPRegisterView: Make DSPRegisterView's constructor explicit

This commit is contained in:
Lioncash 2016-10-06 12:36:32 -04:00
parent 2781ae5af1
commit 5dedd0a85b
1 changed files with 1 additions and 1 deletions

View File

@ -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: