summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FrameSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/FrameSet.h')
-rw-r--r--cpp/src/qpid/framing/FrameSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/FrameSet.h b/cpp/src/qpid/framing/FrameSet.h
index 8ba22f07cb..454d292d9d 100644
--- a/cpp/src/qpid/framing/FrameSet.h
+++ b/cpp/src/qpid/framing/FrameSet.h
@@ -43,7 +43,7 @@ public:
typedef boost::shared_ptr<FrameSet> shared_ptr;
FrameSet(const SequenceNumber& id);
- void append(AMQFrame& part);
+ void append(const AMQFrame& part);
bool isComplete() const;
uint64_t getContentSize() const;