mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 20:14:57 +00:00
DSPRegisterView: Make DSPRegisterView's constructor explicit
This commit is contained in:
parent
2781ae5af1
commit
5dedd0a85b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ private:
|
|||
class DSPRegisterView final : public wxGrid
|
||||
{
|
||||
public:
|
||||
DSPRegisterView(wxWindow* parent, wxWindowID id = wxID_ANY);
|
||||
explicit DSPRegisterView(wxWindow* parent, wxWindowID id = wxID_ANY);
|
||||
void Repopulate();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue