mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
TASInputDlg: Make constructor explicit
This commit is contained in:
parent
28395c6302
commit
2a968f02d7
@ -23,7 +23,8 @@ class wxTextCtrl;
|
|||||||
class TASInputDlg : public wxDialog
|
class TASInputDlg : public wxDialog
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
TASInputDlg(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("TAS Input"),
|
explicit TASInputDlg(wxWindow* parent, wxWindowID id = wxID_ANY,
|
||||||
|
const wxString& title = _("TAS Input"),
|
||||||
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
|
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
|
||||||
long style = wxDEFAULT_DIALOG_STYLE | wxSTAY_ON_TOP);
|
long style = wxDEFAULT_DIALOG_STYLE | wxSTAY_ON_TOP);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user