diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-17 17:33:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-17 22:41:27 +0100 |
| commit | da13c2af9e8f19229061ca1939cbe8bd37c72eba (patch) | |
| tree | 94949d39266ddad86d564142880e9ad96692053d /src/wx/screens_panel.h | |
| parent | 1671e097a24cd169f1ad4ea89b0cb3ae105b1e70 (diff) | |
Use collator to search for screens (#2426).
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 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; |
