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/dci_metadata.h | |
| parent | 308488324dbc4d8b709d3fb1dc9fee0479346c21 (diff) | |
Use cxml::ConstNodePtr.
Diffstat (limited to 'src/lib/dci_metadata.h')
| -rw-r--r-- | src/lib/dci_metadata.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/dci_metadata.h b/src/lib/dci_metadata.h index 738e439de..6563ff95c 100644 --- a/src/lib/dci_metadata.h +++ b/src/lib/dci_metadata.h @@ -22,10 +22,7 @@ #include <string> #include <libxml++/libxml++.h> - -namespace cxml { - class Node; -} +#include <libcxml/cxml.h> class DCIMetadata { @@ -34,7 +31,7 @@ public: : content_version (1) {} - DCIMetadata (boost::shared_ptr<const cxml::Node>); + DCIMetadata (cxml::ConstNodePtr); void as_xml (xmlpp::Node *) const; void read_old_metadata (std::string, std::string); |
