From 9d567c4aff2558307116d02b3b09ce6289662aad Mon Sep 17 00:00:00 2001 From: Ernesto De Stefano Date: Thu, 4 Feb 2016 14:21:45 +0100 Subject: [PATCH] Update qamqpqueue.h --- src/qamqpqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qamqpqueue.h b/src/qamqpqueue.h index 64507d4..0b5895e 100644 --- a/src/qamqpqueue.h +++ b/src/qamqpqueue.h @@ -89,7 +89,7 @@ Q_SIGNALS: public Q_SLOTS: // AMQP Queue - void declare(int options = Durable|AutoDelete, const QAmqpTable arguments = QAmqpTable()); + void declare(int options = Durable|AutoDelete, const QAmqpTable& arguments); void bind(const QString &exchangeName, const QString &key); void bind(QAmqpExchange *exchange, const QString &key); void unbind(const QString &exchangeName, const QString &key);