X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=38aa77bf52eddf7ea889b436483c3f585b628292;hb=59e769023c392c332331567a1aea94660002c463;hp=6db24767d5af5850a418444f204f69b896bb6f5b;hpb=cfdd68eb5fb0ef8423e860103ad4e5510994f1da;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 6db24767d..38aa77bf5 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -20,8 +20,8 @@ #ifndef DCPOMATIC_IMAGE_CONTENT_H #define DCPOMATIC_IMAGE_CONTENT_H -#include #include "video_content.h" +#include namespace cxml { class Node; @@ -31,7 +31,7 @@ class ImageContent : public VideoContent { public: ImageContent (boost::shared_ptr, boost::filesystem::path); - ImageContent (boost::shared_ptr, boost::shared_ptr, int); + ImageContent (boost::shared_ptr, cxml::ConstNodePtr, int); boost::shared_ptr shared_from_this () { return boost::dynamic_pointer_cast (Content::shared_from_this ());