LogWindow: Fix a bad initializer

Since these defaults aren't used, don't bother specifying them.
This commit is contained in:
Jasper St. Pierre 2013-07-05 22:39:18 -04:00
parent 7493f19cda
commit b2e7248b58

View File

@ -64,7 +64,7 @@ private:
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();