Fix subtitle colouring (#152).
[dcpomatic.git] / src / lib / playlist.h
index 05928ee57c13e48aa6755a6b04e06acbc8299708..1915e3d045a01cabe7058c0fb4af089599548842 100644 (file)
@@ -56,7 +56,7 @@ public:
        ~Playlist ();
 
        void as_xml (xmlpp::Node *);
-       void set_from_xml (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>);
+       void set_from_xml (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>, int);
 
        void add (boost::shared_ptr<Content>);
        void remove (boost::shared_ptr<Content>);