summaryrefslogtreecommitdiff
path: root/src/lib/playlist.h
diff options
context:
space:
mode:
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 0a5c087de..e84b51a73 100644
--- a/src/lib/playlist.h
+++ b/src/lib/playlist.h
@@ -45,7 +45,7 @@ public:
Playlist ();
~Playlist ();
- void as_xml (xmlpp::Node *, bool with_content_paths);
+ void as_xml (xmlpp::Node *);
void set_from_xml (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int, std::list<std::string> &);
void add (boost::shared_ptr<Content>);