logic: Fixed files within indexed directories always refreshed in empty C/C++ source groups
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user