summaryrefslogtreecommitdiff
path: root/src/wx/screens_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-23 21:03:59 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-23 21:23:25 +0100
commit493ed4867d46e03a08905dd7a938a90c3262b58f (patch)
tree377296c696c713c32d9f28db2b4dc7714e4e2550 /src/wx/screens_panel.h
parent210b3e7f82ce4da354174b40ec7b7a3f572cae4e (diff)
Cleanup: extract sorted_cinemas().
Diffstat (limited to 'src/wx/screens_panel.h')
-rw-r--r--src/wx/screens_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/screens_panel.h b/src/wx/screens_panel.h
index 73da029d0..b469c19e3 100644
--- a/src/wx/screens_panel.h
+++ b/src/wx/screens_panel.h
@@ -76,6 +76,7 @@ private:
void config_changed(Config::Property);
void convert_to_lower(std::string& s);
bool matches_search(std::shared_ptr<const Cinema> cinema, std::string lower_case_search);
+ std::list<std::shared_ptr<Cinema>> sorted_cinemas() const;
std::shared_ptr<Cinema> item_to_cinema (wxTreeListItem item) const;
std::shared_ptr<dcpomatic::Screen> item_to_screen (wxTreeListItem item) const;