diff options
Diffstat (limited to 'src/wx/text_panel.cc')
| -rw-r--r-- | src/wx/text_panel.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc index 805af2c23..ff4e26a57 100644 --- a/src/wx/text_panel.cc +++ b/src/wx/text_panel.cc @@ -40,6 +40,7 @@ #include "lib/decoder_factory.h" #include "lib/ffmpeg_content.h" #include "lib/ffmpeg_subtitle_stream.h" +#include "lib/film.h" #include "lib/job_manager.h" #include "lib/scope_guard.h" #include "lib/string_text_file_content.h" @@ -400,9 +401,9 @@ TextPanel::dcp_track_changed () void -TextPanel::film_changed (Film::Property property) +TextPanel::film_changed(FilmProperty property) { - if (property == Film::Property::CONTENT || property == Film::Property::REEL_TYPE || property == Film::Property::INTEROP) { + if (property == FilmProperty::CONTENT || property == FilmProperty::REEL_TYPE || property == FilmProperty::INTEROP) { setup_sensitivity (); } } |
