diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-04 20:42:19 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-04 20:42:19 +0000 |
| commit | d47950ff7a88e4684d1e07e334e705776ed569a7 (patch) | |
| tree | 23f00efd6c9009f158c0b9643746dd16fd8adbf6 /cpp/src/qpid/framing/FrameSet.h | |
| parent | cf9a1617599bb680deef2bab76fc6022f7dad50b (diff) | |
| download | qpid-python-d47950ff7a88e4684d1e07e334e705776ed569a7.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/framing/FrameSet.h')
| -rw-r--r-- | cpp/src/qpid/framing/FrameSet.h | 2 |
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; |
