summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/Consumer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Consumer.h b/cpp/src/qpid/broker/Consumer.h
index 702ffd4d62..18fc3ec763 100644
--- a/cpp/src/qpid/broker/Consumer.h
+++ b/cpp/src/qpid/broker/Consumer.h
@@ -47,7 +47,7 @@ namespace qpid {
class Consumer {
const bool acquires;
public:
- typedef shared_ptr<Consumer> shared_ptr;
+ typedef boost::shared_ptr<Consumer> shared_ptr;
framing::SequenceNumber position;