]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/interface.hpp
Replace function callback by variable callback.
[vlc] / modules / gui / wxwidgets / interface.hpp
index 5ddacccd0bdab79610d546f808f54f8e3161c5b7..97145db1232b876552208d550dbc684c833bb779 100644 (file)
@@ -142,6 +142,8 @@ namespace wxvlc
         void OnSlowStream( wxCommandEvent& event );
         void OnFastStream( wxCommandEvent& event );
 
+        void OnInteraction( wxCommandEvent& event );
+
         void OnMenuOpen( wxMenuEvent& event );
 
     #if defined( __WXMSW__ ) || defined( __WXMAC__ )