diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-05-09 19:55:16 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-05-09 19:55:16 +0000 |
| commit | c54fd6d8867b93406e53a446218f77e0852c694c (patch) | |
| tree | 7bb5ce165ce559c860a2f2ea64964fb75d59ffb8 /qpid/cpp/src | |
| parent | 0bd87dbeababd19e054406730df3d5f1ed99cc06 (diff) | |
| download | qpid-python-c54fd6d8867b93406e53a446218f77e0852c694c.tar.gz | |
QPID-3004: Get Clang to compile qpid c++
- Remove illegal mutable
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/framing/SendContent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/framing/SendContent.h b/qpid/cpp/src/qpid/framing/SendContent.h index 745c948c9e..1c464b9c8b 100644 --- a/qpid/cpp/src/qpid/framing/SendContent.h +++ b/qpid/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; |
