diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-19 11:34:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-19 11:34:01 +0100 |
| commit | bb0a36c3a6bea9cd1ebdde7b8a3a04765e317569 (patch) | |
| tree | fe31842bc2fcb511f3f6daf02c78575b4eabaec5 /src/lib/content.h | |
| parent | 308488324dbc4d8b709d3fb1dc9fee0479346c21 (diff) | |
Use cxml::ConstNodePtr.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <boost/thread/mutex.hpp> #include <boost/enable_shared_from_this.hpp> #include <libxml++/libxml++.h> +#include <libcxml/cxml.h> #include "types.h" #include "dcpomatic_time.h" @@ -59,7 +60,7 @@ public: Content (boost::shared_ptr<const Film>); Content (boost::shared_ptr<const Film>, DCPTime); Content (boost::shared_ptr<const Film>, boost::filesystem::path); - Content (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>); + Content (boost::shared_ptr<const Film>, cxml::ConstNodePtr); Content (boost::shared_ptr<const Film>, std::vector<boost::shared_ptr<Content> >); virtual ~Content () {} |
