logic: Fixed files within indexed directories always refreshed in empty C/C++ source groups

This commit is contained in:
Eberhard Graether
2018-08-21 16:49:01 +02:00
parent 5f6747d6a1
commit b64fda77b5
3 changed files with 17 additions and 24 deletions
+1 -1
View File
@@ -34,8 +34,8 @@ std::set<FilePath> SourceGroupCxxEmpty::filterToContainedFilePaths(const std::se
return utility::filterToContainedFilePaths(
filePaths,
utility::toSet(indexedPaths),
std::set<FilePath>(),
utility::toSet(indexedPaths),
excludeFilters
);
}