]> git.sesse.net Git - vlc/commitdiff
wx: (hopefully) fixed a compilation error, reported by robux
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Tue, 5 Apr 2005 16:46:31 +0000 (16:46 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Tue, 5 Apr 2005 16:46:31 +0000 (16:46 +0000)
modules/gui/wxwindows/messages.cpp
modules/gui/wxwindows/wxwindows.h

index f4de7beafc6d04d257d5cda1ce2b31008aef2ad0..6114200bf558e9bc30468314421fcd66b8a8b559 100644 (file)
@@ -193,7 +193,7 @@ void Messages::UpdateLog()
 /*****************************************************************************
  * Private methods.
  *****************************************************************************/
-void Messages::OnClose( wxCommandEvent& WXUNUSED(event) )
+void Messages::OnClose( wxEvent& WXUNUSED(event) )
 {
     Hide();
 }
index 00548ddfe2884bdfba21d088eff91a2f080931db..39850c5069e1370a5c6fd79df049989b8a988a0b 100644 (file)
@@ -798,7 +798,7 @@ public:
 
 private:
     /* Event handlers (these functions should _not_ be virtual) */
-    void OnClose( wxCommandEvent& event );
+    void OnClose( wxEvent& event );
     void OnClear( wxCommandEvent& event );
     void OnSaveLog( wxCommandEvent& event );