diff --git a/src/indexer.cc b/src/indexer.cc index 4c7a262c..5b5f7f42 100644 --- a/src/indexer.cc +++ b/src/indexer.cc @@ -685,7 +685,7 @@ public: bool handleDeclOccurrence(const Decl *d, index::SymbolRoleSet roles, ArrayRef relations, SourceLocation src_loc, - ASTNodeInfo ast_node) override { + ASTNodeInfo ast_node) { if (!param.no_linkage) { if (auto *nd = dyn_cast(d); nd && nd->hasLinkage()) ;