Commit 559c7675 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Compile fix

parent e19c47d2
...@@ -128,6 +128,8 @@ namespace wxvlc ...@@ -128,6 +128,8 @@ namespace wxvlc
/* Event handlers (these functions should _not_ be virtual) */ /* Event handlers (these functions should _not_ be virtual) */
void OnExit( wxCommandEvent& event ); void OnExit( wxCommandEvent& event );
void OnAbout( wxCommandEvent& event ); void OnAbout( wxCommandEvent& event );
void OnWebLink( wxCommandEvent& event );
void OnWebHelp( wxCommandEvent& event );
void OnOpenFileSimple( wxCommandEvent& event ); void OnOpenFileSimple( wxCommandEvent& event );
void OnOpenDir( wxCommandEvent& event ); void OnOpenDir( 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