summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/cpp/src/qpid/broker/SemanticState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/SemanticState.cpp b/qpid/cpp/src/qpid/broker/SemanticState.cpp
index 3530f3ef6f..734ef81918 100644
--- a/qpid/cpp/src/qpid/broker/SemanticState.cpp
+++ b/qpid/cpp/src/qpid/broker/SemanticState.cpp
@@ -878,7 +878,7 @@ namespace {
/** predicate to process unacked delivery records */
bool acceptDelivery( SemanticState *state,
boost::intrusive_ptr<AsyncMessageAcceptCmd>& cmd,
- DeliveryRecord dr )
+ DeliveryRecord& dr )
{
Queue::DequeueDoneCallbackFactory f = boost::bind(factory, state, dr.getId(), cmd);
return dr.accept((TransactionContext*) 0, &f);