X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftiming_panel.cc;h=f251e3c93679fbe45bbcbb07ab30b303caa8e9be;hp=ecf55640dc3f7cd5655ea482cfe639c4920293c1;hb=e0255a64d22440d718e5512f34a4f21f0d37a21b;hpb=8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8 diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc index ecf55640d..f251e3c93 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -425,7 +425,7 @@ TimingPanel::content_selection_changed () void TimingPanel::film_changed (Film::Property p) { - if (p == Film::VIDEO_FRAME_RATE) { + if (p == Film::Property::VIDEO_FRAME_RATE) { update_full_length (); update_play_length (); }