Fix build on OS X.
[dcpomatic.git] / src / lib / image_content.h
index 83a02a166ecd621f7a09bb1560b8f4394cae6fe4..a4968ea8b753937f11260c29c2a0c3edccf3065f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #define DCPOMATIC_IMAGE_CONTENT_H
 
 #include "video_content.h"
-#include <boost/enable_shared_from_this.hpp>
-
-namespace cxml {
-       class Node;
-}
 
 class ImageContent : public VideoContent
 {
@@ -47,10 +42,9 @@ public:
 
        /* VideoContent */
        void set_default_colour_conversion ();
-       
-       void set_video_length (ContentTime);
+
+       void set_video_length (Frame);
        bool still () const;
-       void set_video_frame_rate (float);
 };
 
 #endif