aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapprotocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapprotocol.h')
-rw-r--r--src/coap/qcoapprotocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coap/qcoapprotocol.h b/src/coap/qcoapprotocol.h
index e7763d9..0c91443 100644
--- a/src/coap/qcoapprotocol.h
+++ b/src/coap/qcoapprotocol.h
@@ -67,7 +67,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);