Update .po files.
[dcpomatic.git] / src / wx / audio_dialog.h
index c69baf282fc1f893a2a992d0b2cff717d5a6f090..8623192c4c25ec2f19aaf6bd08d16b0ebc50d18d 100644 (file)
@@ -37,8 +37,9 @@ 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 ();
 
        boost::shared_ptr<AudioContent> _content;
        AudioPlot* _plot;