diff options
Diffstat (limited to 'qpid/cpp/src/tests/TransactionObserverTest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/TransactionObserverTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/TransactionObserverTest.cpp b/qpid/cpp/src/tests/TransactionObserverTest.cpp index fd1c331ae7..2a7d94b1ae 100644 --- a/qpid/cpp/src/tests/TransactionObserverTest.cpp +++ b/qpid/cpp/src/tests/TransactionObserverTest.cpp @@ -78,7 +78,7 @@ struct MockBrokerObserver : public BrokerObserver { MockBrokerObserver(bool prep_=true) : prep(prep_) {} - void startTx(const shared_ptr<TxBuffer>& buffer) { + void startTx(const intrusive_ptr<TxBuffer>& buffer) { tx.reset(new MockTransactionObserver(prep)); buffer->setObserver(tx); } |
