summaryrefslogtreecommitdiff
path: root/src/wx/screens_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-08 14:49:03 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-08 14:49:03 +0000
commit1d40c94c23881c99f7c39cfd7ca017989c7d2c6a (patch)
treef278a3957ecebbcb9082963a1209c484dc1f352e /src/wx/screens_panel.h
parent7d8956c05da5a3f35a0dc7a09bb215e907de1f22 (diff)
Don't expand all cinemas on opening KDM dialogs (#779).
Diffstat (limited to 'src/wx/screens_panel.h')
-rw-r--r--src/wx/screens_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/screens_panel.h b/src/wx/screens_panel.h
index 0095937b7..cc5170d97 100644
--- a/src/wx/screens_panel.h
+++ b/src/wx/screens_panel.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2015-2016 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@ public:
private:
void add_cinemas ();
void add_cinema (boost::shared_ptr<Cinema>);
- void add_screen (boost::shared_ptr<Cinema>, boost::shared_ptr<Screen>);
+ boost::optional<wxTreeItemId> add_screen (boost::shared_ptr<Cinema>, boost::shared_ptr<Screen>);
void add_cinema_clicked ();
void edit_cinema_clicked ();
void remove_cinema_clicked ();