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 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; |
