aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/languageclient/client.h')
-rw-r--r--src/plugins/languageclient/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/languageclient/client.h b/src/plugins/languageclient/client.h
index d264898474..9d8d8487ce 100644
--- a/src/plugins/languageclient/client.h
+++ b/src/plugins/languageclient/client.h
@@ -189,7 +189,7 @@ protected:
private:
void handleResponse(const LanguageServerProtocol::MessageId &id, const QByteArray &content,
QTextCodec *codec);
- void handleMethod(const QString &method, LanguageServerProtocol::MessageId id,
+ void handleMethod(const QString &method, const LanguageServerProtocol::MessageId &id,
const LanguageServerProtocol::IContent *content);
void handleDiagnostics(const LanguageServerProtocol::PublishDiagnosticsParams &params);