summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2011-06-17 02:49:07 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2011-06-17 02:49:07 +0000
commit5efbe0ec6ef8afee4dbb63a6bea768a45f583baa (patch)
treed9caed125d9aabe835f7b8ee1623434406e54b5f
parent35b0301000ddda58592de876ca4b897fb234dfd5 (diff)
downloadqpid-python-5efbe0ec6ef8afee4dbb63a6bea768a45f583baa.tar.gz
QPID-3079: windows build fix
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3079@1136754 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/store/MessageStorePlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp b/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp
index 2a8d971987..d2519230a0 100644
--- a/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp
+++ b/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp
@@ -332,7 +332,7 @@ MessageStorePlugin::enqueue(broker::TransactionContext* ctxt,
void
MessageStorePlugin::dequeue(broker::TransactionContext* ctxt,
const boost::intrusive_ptr<broker::PersistableMessage>& msg,
- const broker::PersistableQueue& queue)
+ const boost::shared_ptr<broker::PersistableQueue>& queue)
{
provider->second->dequeue(ctxt, msg, queue);
}