diff --git a/src/tools/ecode/projectsearch.cpp b/src/tools/ecode/projectsearch.cpp index 4ba906555..1e39263cc 100644 --- a/src/tools/ecode/projectsearch.cpp +++ b/src/tools/ecode/projectsearch.cpp @@ -146,7 +146,7 @@ void ProjectSearch::find( const std::vector files, const std::strin ResultCb result, bool caseSensitive, bool wholeWord, const TextDocument::FindReplaceType& type, const std::vector& pathFilters, std::string basePath, - std::vector> openDocs ) { + std::vector> ) { Result res; const auto occ = type == TextDocument::FindReplaceType::Normal