warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -192,9 +192,9 @@ public:
|
||||
wxProcess *process);
|
||||
|
||||
protected:
|
||||
void OnTextEnter(wxCommandEvent& event) { DoSend(); }
|
||||
void OnBtnSend(wxCommandEvent& event) { DoSend(); }
|
||||
void OnBtnGet(wxCommandEvent& event) { DoGet(); }
|
||||
void OnTextEnter(wxCommandEvent& WXUNUSED(event)) { DoSend(); }
|
||||
void OnBtnSend(wxCommandEvent& WXUNUSED(event)) { DoSend(); }
|
||||
void OnBtnGet(wxCommandEvent& WXUNUSED(event)) { DoGet(); }
|
||||
|
||||
void OnClose(wxCloseEvent& event);
|
||||
|
||||
|
Reference in New Issue
Block a user