summaryrefslogtreecommitdiffstats
path: root/clangd/index/MemIndex.h
diff options
context:
space:
mode:
Diffstat (limited to 'clangd/index/MemIndex.h')
-rw-r--r--clangd/index/MemIndex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clangd/index/MemIndex.h b/clangd/index/MemIndex.h
index 24601294..26ae34cf 100644
--- a/clangd/index/MemIndex.h
+++ b/clangd/index/MemIndex.h
@@ -24,7 +24,7 @@ public:
/// accessible as long as `Symbols` is kept alive.
void build(std::shared_ptr<std::vector<const Symbol *>> Symbols);
- bool fuzzyFind(Context &Ctx, const FuzzyFindRequest &Req,
+ bool fuzzyFind(const Context &Ctx, const FuzzyFindRequest &Req,
std::function<void(const Symbol &)> Callback) const override;
private: