summaryrefslogtreecommitdiff
path: root/src/lib/imagemagick_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/imagemagick_content.h')
-rw-r--r--src/lib/imagemagick_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/imagemagick_content.h b/src/lib/imagemagick_content.h
index d7673d870..04425af08 100644
--- a/src/lib/imagemagick_content.h
+++ b/src/lib/imagemagick_content.h
@@ -43,7 +43,7 @@ public:
boost::shared_ptr<Content> clone () const;
Time length () const;
- void set_video_length (ContentVideoFrame);
+ void set_video_length (VideoContent::Frame);
static bool valid_file (boost::filesystem::path);
};