summaryrefslogtreecommitdiff
path: root/src/wx/screens_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-17 17:33:15 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-17 22:41:27 +0100
commitda13c2af9e8f19229061ca1939cbe8bd37c72eba (patch)
tree94949d39266ddad86d564142880e9ad96692053d /src/wx/screens_panel.h
parent1671e097a24cd169f1ad4ea89b0cb3ae105b1e70 (diff)
Use collator to search for screens (#2426).
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 bdbac5141..65dfbdddb 100644
--- a/src/wx/screens_panel.h
+++ b/src/wx/screens_panel.h
@@ -78,7 +78,7 @@ private:
void clear_and_re_add();
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);
+ bool matches_search(std::shared_ptr<const Cinema> cinema, std::string search);
std::list<std::shared_ptr<Cinema>> sorted_cinemas() const;
std::shared_ptr<Cinema> item_to_cinema (wxTreeListItem item) const;