From bb0a36c3a6bea9cd1ebdde7b8a3a04765e317569 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 May 2014 11:34:01 +0100 Subject: Use cxml::ConstNodePtr. --- src/lib/content.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/content.h') diff --git a/src/lib/content.h b/src/lib/content.h index 659995b3b..1d3764c20 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -30,6 +30,7 @@ #include #include #include +#include #include "types.h" #include "dcpomatic_time.h" @@ -59,7 +60,7 @@ public: Content (boost::shared_ptr); Content (boost::shared_ptr, DCPTime); Content (boost::shared_ptr, boost::filesystem::path); - Content (boost::shared_ptr, boost::shared_ptr); + Content (boost::shared_ptr, cxml::ConstNodePtr); Content (boost::shared_ptr, std::vector >); virtual ~Content () {} -- cgit v1.2.3