Add an option to dump the decryption certificate from the KDM CLI.
[dcpomatic.git] / src / wx / audio_panel.h
index 5f03de42404811a37b210e685632abf0e044ffac..61dd2783ac8cd54d4ad5e20f8a884490ca7c3ffd 100644 (file)
@@ -41,7 +41,7 @@ public:
        explicit AudioPanel (ContentPanel *);
 
        void create () override;
-       void film_changed (Film::Property) override;
+       void film_changed(FilmProperty) override;
        void film_content_changed (int) override;
        void content_selection_changed () override;
        void set_film (std::shared_ptr<Film>);