summaryrefslogtreecommitdiff
path: root/src/lib/playlist.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-19 11:34:01 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-19 11:34:01 +0100
commitbb0a36c3a6bea9cd1ebdde7b8a3a04765e317569 (patch)
treefe31842bc2fcb511f3f6daf02c78575b4eabaec5 /src/lib/playlist.h
parent308488324dbc4d8b709d3fb1dc9fee0479346c21 (diff)
Use cxml::ConstNodePtr.
Diffstat (limited to 'src/lib/playlist.h')
-rw-r--r--src/lib/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h
index 4295a3e35..6280b1219 100644
--- a/src/lib/playlist.h
+++ b/src/lib/playlist.h
@@ -54,7 +54,7 @@ public:
~Playlist ();
void as_xml (xmlpp::Node *);
- void set_from_xml (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>, int, std::list<std::string> &);
+ void set_from_xml (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int, std::list<std::string> &);
void add (boost::shared_ptr<Content>);
void remove (boost::shared_ptr<Content>);