diff options
Diffstat (limited to 'cpp/lib/broker/SessionHandlerImpl.h')
-rw-r--r-- | cpp/lib/broker/SessionHandlerImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/broker/SessionHandlerImpl.h b/cpp/lib/broker/SessionHandlerImpl.h index 98c87a7806..043ad8bf98 100644 --- a/cpp/lib/broker/SessionHandlerImpl.h +++ b/cpp/lib/broker/SessionHandlerImpl.h @@ -76,7 +76,7 @@ class SessionHandlerImpl : public virtual qpid::sys::SessionHandler, typedef std::vector<Queue::shared_ptr>::iterator queue_iterator; qpid::sys::SessionContext* context; - qpid::framing::AMQP_ClientProxy client; + qpid::framing::AMQP_ClientProxy* client; QueueRegistry* queues; ExchangeRegistry* const exchanges; AutoDelete* const cleaner; |