diff options
Diffstat (limited to 'src/wx/screens_panel.h')
| -rw-r--r-- | src/wx/screens_panel.h | 2 |
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 (); |
