diff options
Diffstat (limited to 'cpp/src/qpid/client/ClientChannel.h')
-rw-r--r-- | cpp/src/qpid/client/ClientChannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/ClientChannel.h b/cpp/src/qpid/client/ClientChannel.h index d73addc950..c355fe007a 100644 --- a/cpp/src/qpid/client/ClientChannel.h +++ b/cpp/src/qpid/client/ClientChannel.h @@ -83,7 +83,7 @@ class Channel : private sys::Runnable std::auto_ptr<Session> session; SessionCore::shared_ptr sessionCore; framing::ChannelId channelId; - BlockingQueue<ReceivedContent::shared_ptr> gets; + BlockingQueue<framing::FrameSet::shared_ptr> gets; framing::Uuid uniqueId; uint32_t nameCounter; |