diff options
Diffstat (limited to 'cpp/src/tests/BrokerFixture.h')
| -rw-r--r-- | cpp/src/tests/BrokerFixture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/BrokerFixture.h b/cpp/src/tests/BrokerFixture.h index b28dfe9c0c..09cca066ef 100644 --- a/cpp/src/tests/BrokerFixture.h +++ b/cpp/src/tests/BrokerFixture.h @@ -36,7 +36,7 @@ */ struct BrokerFixture : private boost::noncopyable { typedef qpid::broker::Broker Broker; - typedef boost::shared_ptr<Broker> BrokerPtr; + typedef boost::intrusive_ptr<Broker> BrokerPtr; BrokerPtr broker; qpid::sys::Thread brokerThread; |
