summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/codeassist/documentcontentcompletion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/codeassist/documentcontentcompletion.h')
-rw-r--r--src/plugins/texteditor/codeassist/documentcontentcompletion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/codeassist/documentcontentcompletion.h b/src/plugins/texteditor/codeassist/documentcontentcompletion.h
index 3ac3db00c2..0c36f43a09 100644
--- a/src/plugins/texteditor/codeassist/documentcontentcompletion.h
+++ b/src/plugins/texteditor/codeassist/documentcontentcompletion.h
@@ -40,7 +40,7 @@ public:
const QString &snippetGroup = QString(Constants::TEXT_SNIPPET_GROUP_ID));
RunType runType() const override;
- IAssistProcessor *createProcessor() const override;
+ IAssistProcessor *createProcessor(const AssistInterface *) const override;
private:
QString m_snippetGroup;