summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h10
1 files changed, 3 insertions, 7 deletions
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 <libxml++/libxml++.h>
+#include <libcxml/cxml.h>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <list>
-namespace cxml {
- class Node;
-}
-
namespace dcp {
class DecryptedKDM;
@@ -57,7 +53,7 @@ public:
, _main_subtitle (subtitle)
{}
- Reel (boost::shared_ptr<const cxml::Node>);
+ Reel (cxml::ConstNodePtr);
boost::shared_ptr<ReelPictureAsset> main_picture () const {
return _main_picture;
@@ -73,7 +69,7 @@ public:
void add (boost::shared_ptr<ReelAsset> asset);
- void write_to_cpl (xmlpp::Element* node, Standard standard) const;
+ void write_to_cpl (cxml::NodePtr node, Standard standard) const;
bool encrypted () const;