summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/TxnHandle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/TxnHandle.cpp')
-rw-r--r--cpp/src/qpid/broker/TxnHandle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/TxnHandle.cpp b/cpp/src/qpid/broker/TxnHandle.cpp
index 4ba41c4cbd..1e6cd2ac6f 100644
--- a/cpp/src/qpid/broker/TxnHandle.cpp
+++ b/cpp/src/qpid/broker/TxnHandle.cpp
@@ -31,6 +31,7 @@ namespace broker {
typedef qpid::messaging::PrivateImplRef<TxnHandle> PrivateImpl;
TxnHandle::TxnHandle(qpid::asyncStore::TxnHandleImpl* p) :
+ qpid::messaging::Handle<qpid::asyncStore::TxnHandleImpl>(),
IdHandle()
{
PrivateImpl::ctor(*this, p);