summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2011-05-09 19:55:16 +0000
committerAndrew Stitcher <astitcher@apache.org>2011-05-09 19:55:16 +0000
commit29bf96f3d9a2c4269c793103e57ef0b44934423a (patch)
tree23815b96cadfb47770a51681cf5ca04f5744ad44 /cpp/src
parent3a21a5706e8f801fc89fea667fb821767aeaec61 (diff)
downloadqpid-python-29bf96f3d9a2c4269c793103e57ef0b44934423a.tar.gz
QPID-3004: Get Clang to compile qpid c++
- Remove illegal mutable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/framing/SendContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/SendContent.h b/cpp/src/qpid/framing/SendContent.h
index 745c948c9e..1c464b9c8b 100644
--- a/cpp/src/qpid/framing/SendContent.h
+++ b/cpp/src/qpid/framing/SendContent.h
@@ -37,7 +37,7 @@ namespace framing {
*/
class SendContent
{
- mutable FrameHandler& handler;
+ FrameHandler& handler;
const uint16_t maxFrameSize;
uint expectedFrameCount;
uint frameCount;