From e30c30ef7bbd8413ac0c8390abe574d5dd1cf5f7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 10 Oct 2014 16:07:44 +0100 Subject: Adapt to new libcxml ARI. Compiles but does not pass tests. --- src/reel.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/reel.h') diff --git a/src/reel.h b/src/reel.h index 584ba597..78e7ae7e 100644 --- a/src/reel.h +++ b/src/reel.h @@ -23,15 +23,11 @@ #include "key.h" #include "types.h" #include "ref.h" -#include +#include #include #include #include -namespace cxml { - class Node; -} - namespace dcp { class DecryptedKDM; @@ -57,7 +53,7 @@ public: , _main_subtitle (subtitle) {} - Reel (boost::shared_ptr); + Reel (cxml::ConstNodePtr); boost::shared_ptr main_picture () const { return _main_picture; @@ -73,7 +69,7 @@ public: void add (boost::shared_ptr asset); - void write_to_cpl (xmlpp::Element* node, Standard standard) const; + void write_to_cpl (cxml::NodePtr node, Standard standard) const; bool encrypted () const; -- cgit v1.2.3