summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SemanticHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SemanticHandler.cpp')
-rw-r--r--cpp/src/qpid/broker/SemanticHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SemanticHandler.cpp b/cpp/src/qpid/broker/SemanticHandler.cpp
index d6e13e0a55..ba43b5ecba 100644
--- a/cpp/src/qpid/broker/SemanticHandler.cpp
+++ b/cpp/src/qpid/broker/SemanticHandler.cpp
@@ -146,7 +146,7 @@ void SemanticHandler::handleL3(framing::AMQMethodBody* method)
void SemanticHandler::handleContent(AMQFrame& frame)
{
- Message::shared_ptr msg(msgBuilder.getMessage());
+ intrusive_ptr<Message> msg(msgBuilder.getMessage());
if (!msg) {//start of frameset will be indicated by frame flags
msgBuilder.start(incoming.next());
msg = msgBuilder.getMessage();