X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fplaylist.h;h=444eb9ae5ebb5ae1aac34932440025c92c3f8b43;hb=2e504b33eb9f38cac629ad31b7c107fb0cf5efda;hp=35709f109d2bf4bb4cbcbd725f61bbce7f7bf3ae;hpb=521c09170d9e62cd72cc2da66c41816761008a4b;p=dcpomatic.git diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 35709f109..444eb9ae5 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -57,7 +57,7 @@ public: ~Playlist (); void as_xml (xmlpp::Node *); - void set_from_xml (boost::shared_ptr, boost::shared_ptr, int); + void set_from_xml (boost::shared_ptr, boost::shared_ptr, int, std::list &); void add (boost::shared_ptr); void remove (boost::shared_ptr);