mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-01 01:20:40 +00:00
LogWindow: Fix a bad initializer
Since these defaults aren't used, don't bother specifying them.
This commit is contained in:
parent
7493f19cda
commit
b2e7248b58
@ -64,7 +64,7 @@ private:
|
|||||||
|
|
||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
|
|
||||||
wxTextCtrl * CreateTextCtrl(wxPanel* parent, wxWindowID id = wxID_ANY, long Style = NULL);
|
wxTextCtrl * CreateTextCtrl(wxPanel* parent, wxWindowID id, long Style);
|
||||||
void CreateGUIControls();
|
void CreateGUIControls();
|
||||||
void PopulateBottom();
|
void PopulateBottom();
|
||||||
void UnPopulateBottom();
|
void UnPopulateBottom();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user