Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
LogWindow: Fix a bad initializer
Since these defaults aren't used, don't bother specifying them.
  • Loading branch information
magcius committed Jul 6, 2013
1 parent 7493f19 commit b2e7248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/LogWindow.h
Expand Up @@ -64,7 +64,7 @@ class CLogWindow : public wxPanel, LogListener

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 PopulateBottom();
void UnPopulateBottom();
Expand Down

0 comments on commit b2e7248

Please sign in to comment.