logic: Allow duplicate indexing of source files if the indexer command is different

This commit is contained in:
Eberhard Graether
2017-11-09 17:24:28 +01:00
parent ae37145d22
commit ead9f9a634
10 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ public:
std::set<FilePath> getSourceFilePathsToIndex() const;
virtual std::vector<std::shared_ptr<IndexerCommand>> getIndexerCommands(
std::set<FilePath>* filesToIndex, bool fullRefresh) = 0;
const std::set<FilePath>& filesToIndex, bool fullRefresh) = 0;
protected:
std::set<FilePath> getIndexedPaths();