Ubuntu 13.10 appears to have a broken GtkFileChooserButton in its GTK as well as...
[dcpomatic.git] / src / wx / audio_panel.h
index 8a6402c9ef27235ffca22f6c966e721c5b4a270d..e1dc283e2852debd1d021baa2900567b7b7112fa 100644 (file)
@@ -17,6 +17,7 @@
 
 */
 
+#include "lib/audio_mapping.h"
 #include "film_editor_panel.h"
 
 class wxSpinCtrl;
@@ -35,12 +36,13 @@ public:
        void film_content_changed (boost::shared_ptr<Content>, int);
        
 private:
-       void gain_changed (wxCommandEvent &);
-       void gain_calculate_button_clicked (wxCommandEvent &);
-       void show_clicked (wxCommandEvent &);
-       void delay_changed (wxCommandEvent &);
-       void stream_changed (wxCommandEvent &);
+       void gain_changed ();
+       void gain_calculate_button_clicked ();
+       void show_clicked ();
+       void delay_changed ();
+       void stream_changed ();
        void mapping_changed (AudioMapping);
+       void setup_stream_description ();
 
        wxSpinCtrl* _gain;
        wxButton* _gain_calculate_button;