aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapclient.h')
-rw-r--r--src/coap/qcoapclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coap/qcoapclient.h b/src/coap/qcoapclient.h
index 8701e3c..4645c4c 100644
--- a/src/coap/qcoapclient.h
+++ b/src/coap/qcoapclient.h
@@ -90,7 +90,7 @@ public:
Q_SIGNALS:
void finished(QCoapReply *reply);
- void responseToMulticastReceived(QCoapReply *reply, const QCoapMessage& message,
+ void responseToMulticastReceived(QCoapReply *reply, const QCoapMessage &message,
const QHostAddress &sender);
void error(QCoapReply *reply, QtCoap::Error error);