diff options
Diffstat (limited to 'cpp/src/qpid/framing/SessionState.h')
-rw-r--r-- | cpp/src/qpid/framing/SessionState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/SessionState.h b/cpp/src/qpid/framing/SessionState.h index 4b3f704dda..1df62b3138 100644 --- a/cpp/src/qpid/framing/SessionState.h +++ b/cpp/src/qpid/framing/SessionState.h @@ -70,7 +70,7 @@ class SessionState SessionState(const framing::Uuid& id=framing::Uuid(true)); const framing::Uuid& getId() const { return id; } - State getState() const { return state; } + State getState() { return state; } /** Received incoming L3 frame. * @return SequenceNumber if an ack should be sent, empty otherwise. |