summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.cc')
-rw-r--r--src/wx/film_viewer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index 4b1fb442e..97185ca94 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -464,7 +464,7 @@ FilmViewer::active_jobs_changed (bool a)
void
FilmViewer::film_content_changed (weak_ptr<Content>, int p)
{
- if (p == VideoContentProperty::VIDEO_LENGTH) {
+ if (p == ContentProperty::LENGTH) {
/* Force an update to our frame */
wxScrollEvent ev;
slider_moved (ev);