From d47950ff7a88e4684d1e07e334e705776ed569a7 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 4 Mar 2008 20:42:19 +0000 Subject: Further updates to support final 0-10 spec git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@633627 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/FrameSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/framing/FrameSet.h') 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 shared_ptr; FrameSet(const SequenceNumber& id); - void append(AMQFrame& part); + void append(const AMQFrame& part); bool isComplete() const; uint64_t getContentSize() const; -- cgit v1.2.1