summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/LazyLoadedContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/broker/LazyLoadedContent.h')
-rw-r--r--cpp/lib/broker/LazyLoadedContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/broker/LazyLoadedContent.h b/cpp/lib/broker/LazyLoadedContent.h
index 68e08c7c3f..80f8cce4eb 100644
--- a/cpp/lib/broker/LazyLoadedContent.h
+++ b/cpp/lib/broker/LazyLoadedContent.h
@@ -34,7 +34,7 @@ namespace qpid {
LazyLoadedContent(MessageStore* const store, Message* const msg, u_int64_t expectedSize);
void add(qpid::framing::AMQContentBody::shared_ptr data);
u_int32_t size();
- void send(qpid::framing::OutputHandler* out, int channel, u_int32_t framesize);
+ void send(qpid::framing::ProtocolVersion& version, qpid::framing::OutputHandler* out, int channel, u_int32_t framesize);
void encode(qpid::framing::Buffer& buffer);
void destroy();
~LazyLoadedContent(){}