Merge master.
[dcpomatic.git] / src / wx / audio_dialog.h
index 62811091a8b9c14ce0c7b8eeb5295c4836cc04b9..b4257057dd6c4a2741301510fa478ddd85911992 100644 (file)
@@ -37,7 +37,7 @@ private:
        void content_changed (int);
        void channel_clicked (wxCommandEvent &);
        void type_clicked (wxCommandEvent &);
-       void smoothing_changed (wxScrollEvent &);
+       void smoothing_changed ();
        void try_to_load_analysis ();
        void analysis_finished ();
 
@@ -47,4 +47,5 @@ private:
        wxCheckBox* _type_checkbox[AudioPoint::COUNT];
        wxSlider* _smoothing;
        boost::signals2::scoped_connection _content_changed_connection;
+       boost::signals2::scoped_connection _analysis_finished_connection;
 };