diff options
Diffstat (limited to 'cpp/src/qpid/broker/EventHandle.cpp')
-rw-r--r-- | cpp/src/qpid/broker/EventHandle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/EventHandle.cpp b/cpp/src/qpid/broker/EventHandle.cpp index 09f0ef0b28..97d5920837 100644 --- a/cpp/src/qpid/broker/EventHandle.cpp +++ b/cpp/src/qpid/broker/EventHandle.cpp @@ -31,6 +31,7 @@ namespace broker { typedef qpid::messaging::PrivateImplRef<EventHandle> PrivateImpl; EventHandle::EventHandle(qpid::asyncStore::EventHandleImpl* p) : + qpid::messaging::Handle<qpid::asyncStore::EventHandleImpl>(), IdHandle() { PrivateImpl::ctor(*this, p); |