Fix libdcp API changes; fix failure to reload cinema/screen configuration.
[dcpomatic.git] / src / lib / cinema.h
index 251bb5d6131e3869d12f7cecfb5b92358a2d1db2..40dc15ae02ebaf66decb9f837ce845b5d40dcc99 100644 (file)
@@ -53,6 +53,8 @@ public:
 
        Cinema (boost::shared_ptr<const cxml::Node>);
 
+       void read_screens (boost::shared_ptr<const cxml::Node>);
+
        void as_xml (xmlpp::Element *) const;
 
        void add_screen (boost::shared_ptr<Screen>);