aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/clangrefactoringbackend/source/symbolindexinginterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clangrefactoringbackend/source/symbolindexinginterface.h')
-rw-r--r--src/tools/clangrefactoringbackend/source/symbolindexinginterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clangrefactoringbackend/source/symbolindexinginterface.h b/src/tools/clangrefactoringbackend/source/symbolindexinginterface.h
index 72806e54a18..0151f29f7eb 100644
--- a/src/tools/clangrefactoringbackend/source/symbolindexinginterface.h
+++ b/src/tools/clangrefactoringbackend/source/symbolindexinginterface.h
@@ -38,7 +38,7 @@ public:
SymbolIndexingInterface &operator=(const SymbolIndexingInterface&) = delete;
virtual void updateProjectParts(V2::ProjectPartContainers &&projectParts,
- V2::FileContainers &&generatedFiles) = 0;
+ const V2::FileContainers &generatedFiles) = 0;
protected:
~SymbolIndexingInterface() = default;