Remove DCP class and replace its functionality with a plain method in libdcp.
[dcpomatic.git] / src / wx / audio_dialog.h
index a94e98e32f4d5b6161a863aa104e721650cb4495..8ba69ec79bdee838c23da4c2035d739afc64b5a5 100644 (file)
@@ -36,12 +36,12 @@ class AudioDialog : public wxDialog
 public:
        AudioDialog (wxWindow* parent, std::shared_ptr<Film> film, std::weak_ptr<FilmViewer> viewer, std::shared_ptr<Content> content = std::shared_ptr<Content>());
 
-       bool Show (bool show = true);
+       bool Show (bool show = true) override;
 
        void set_cursor (boost::optional<dcpomatic::DCPTime> time, boost::optional<float> db);
 
 private:
-       void film_change (ChangeType, int);
+       void film_change (ChangeType, Film::Property);
        void content_change (ChangeType, int);
        void channel_clicked (wxCommandEvent &);
        void type_clicked (wxCommandEvent &);