Switch to side-by-side view
--- a/src/rcldb/searchdata.h +++ b/src/rcldb/searchdata.h @@ -202,7 +202,7 @@ // value during "find-as-you-type" operations from the GUI int m_softmaxexpand; - bool expandFileTypes(const RclConfig *cfg, std::vector<std::string>& exptps); + bool expandFileTypes(Rcl::Db &db, std::vector<std::string>& exptps); bool clausesToQuery(Rcl::Db &db, SClType tp, std::vector<SearchDataClause*>& query, string& reason, void *d);