summaryrefslogtreecommitdiff
path: root/src/lib/video_examiner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_examiner.h')
-rw-r--r--src/lib/video_examiner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_examiner.h b/src/lib/video_examiner.h
index 039c494b5..98c0cdff1 100644
--- a/src/lib/video_examiner.h
+++ b/src/lib/video_examiner.h
@@ -27,5 +27,5 @@ public:
virtual ~VideoExaminer () {}
virtual float video_frame_rate () const = 0;
virtual libdcp::Size video_size () const = 0;
- virtual VideoContent::Frame video_length () const = 0;
+ virtual VideoFrame video_length () const = 0;
};