summaryrefslogtreecommitdiff
path: root/src/wx/screens_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-21 23:51:24 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-21 23:51:24 +0100
commitaf0a8c8a2d46cf0999d201cfb5be0b8c32dffc49 (patch)
tree389ad57705ba44522d65040aa09854b5f2b95d8b /src/wx/screens_panel.h
parent0e7c428850be89ea9f812c2bd0c4b892c3c99e3f (diff)
Select newly-added cinemas.
Diffstat (limited to 'src/wx/screens_panel.h')
-rw-r--r--src/wx/screens_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/screens_panel.h b/src/wx/screens_panel.h
index 9cf317c5a..69d74b13b 100644
--- a/src/wx/screens_panel.h
+++ b/src/wx/screens_panel.h
@@ -48,7 +48,7 @@ public:
private:
void add_cinemas ();
- void add_cinema (boost::shared_ptr<Cinema>);
+ boost::optional<wxTreeItemId> add_cinema (boost::shared_ptr<Cinema>);
boost::optional<wxTreeItemId> add_screen (boost::shared_ptr<Cinema>, boost::shared_ptr<dcpomatic::Screen>);
void add_cinema_clicked ();
void edit_cinema_clicked ();