From 3dfdd5795cf6514e15fdbece54c28f3bddc2aadc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Jan 2014 13:02:30 +0000 Subject: Rationalise video/audio frame types. --- src/lib/image_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/image_content.h') diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 88c178faa..ef2bc0447 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -45,7 +45,7 @@ public: std::string identifier () const; - void set_video_length (VideoContent::Frame); + void set_video_length (VideoFrame); bool still () const; }; -- cgit v1.2.3