summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppsemanticsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cppsemanticsearch.h')
-rw-r--r--src/plugins/cpptools/cppsemanticsearch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppsemanticsearch.h b/src/plugins/cpptools/cppsemanticsearch.h
index 68c233c847..7bd10b5cc3 100644
--- a/src/plugins/cpptools/cppsemanticsearch.h
+++ b/src/plugins/cpptools/cppsemanticsearch.h
@@ -68,7 +68,7 @@ public:
protected:
QString matchingLine(const CPlusPlus::Token &tk) const;
- void reportResult(unsigned tokenIndex);
+ void reportResult(unsigned tokenIndex, int offset, int len);
};
class SemanticSearchFactory