wx: (hopefully) fixed a compilation error, reported by robux

parent dde6e361
...@@ -193,7 +193,7 @@ void Messages::UpdateLog() ...@@ -193,7 +193,7 @@ void Messages::UpdateLog()
/***************************************************************************** /*****************************************************************************
* Private methods. * Private methods.
*****************************************************************************/ *****************************************************************************/
void Messages::OnClose( wxCommandEvent& WXUNUSED(event) ) void Messages::OnClose( wxEvent& WXUNUSED(event) )
{ {
Hide(); Hide();
} }
......
...@@ -798,7 +798,7 @@ public: ...@@ -798,7 +798,7 @@ public:
private: private:
/* Event handlers (these functions should _not_ be virtual) */ /* Event handlers (these functions should _not_ be virtual) */
void OnClose( wxCommandEvent& event ); void OnClose( wxEvent& event );
void OnClear( wxCommandEvent& event ); void OnClear( wxCommandEvent& event );
void OnSaveLog( wxCommandEvent& event ); void OnSaveLog( wxCommandEvent& event );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment