Use collator to search for screens (#2426).
[dcpomatic.git] / src / wx / screens_panel.h
index bdbac5141d3dd1e675c0cd72e75c92c2d5d33e27..65dfbdddb5f76abfe8467cf99eed03d6fc221f79 100644 (file)
@@ -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;