summaryrefslogtreecommitdiff
path: root/src/lib/cinema.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-24 22:55:17 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-24 22:55:17 +0100
commit07cab16dec83785163e09d668e10692cd8abed0d (patch)
treec094bc2f50ade809ccfaca9866f8c5058f240075 /src/lib/cinema.h
parent089b90439e745a218494e76b45e7df6215af01df (diff)
Fix libdcp API changes; fix failure to reload cinema/screen configuration.
Diffstat (limited to 'src/lib/cinema.h')
-rw-r--r--src/lib/cinema.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cinema.h b/src/lib/cinema.h
index 251bb5d61..40dc15ae0 100644
--- a/src/lib/cinema.h
+++ b/src/lib/cinema.h
@@ -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>);