Hacks.
[dcpomatic.git] / src / lib / imagemagick_content.h
index 8ed6b08734ad31d34e4c8b75e368510b20d77c07..04425af080111aebb54cb0a81bb6b8a906d63ddc 100644 (file)
@@ -17,8 +17,8 @@
 
 */
 
-#ifndef DVDOMATIC_IMAGEMAGICK_CONTENT_H
-#define DVDOMATIC_IMAGEMAGICK_CONTENT_H
+#ifndef DCPOMATIC_IMAGEMAGICK_CONTENT_H
+#define DCPOMATIC_IMAGEMAGICK_CONTENT_H
 
 #include <boost/enable_shared_from_this.hpp>
 #include "video_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);
 };