Use enum class for Film::Property.
[dcpomatic.git] / src / wx / audio_dialog.h
index a94e98e32f4d5b6161a863aa104e721650cb4495..12dd0cadf287dff0859945e12c80afdcd1cdce49 100644 (file)
@@ -41,7 +41,7 @@ public:
        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 &);