diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-08 18:11:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-09 10:18:46 +0200 |
| commit | a3c1ae7c2e46b65347341896b3d1a505ff92632b (patch) | |
| tree | 2b096eb0676f52c9989952e341f2bd98143ce125 /src/wx/audio_dialog.h | |
| parent | af5b9dfadf8989311cd5f78554349f0283912522 (diff) | |
Extract Film::Property to its own header to (maybe) increase compilation speed.
Diffstat (limited to 'src/wx/audio_dialog.h')
| -rw-r--r-- | src/wx/audio_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index f0cf0606b..f144fb485 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -21,7 +21,7 @@ #include "lib/audio_analysis.h" #include "lib/constants.h" -#include "lib/film.h" +#include "lib/film_property.h" #include "lib/playlist.h" #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS @@ -46,7 +46,7 @@ public: void set_cursor (boost::optional<dcpomatic::DCPTime> time, boost::optional<float> db); private: - void film_change (ChangeType, Film::Property); + void film_change(ChangeType, FilmProperty); void content_change (ChangeType, int); void channel_clicked (wxCommandEvent &); void type_clicked (wxCommandEvent &); |
