summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SecureConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SecureConnection.h')
-rw-r--r--cpp/src/qpid/broker/SecureConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SecureConnection.h b/cpp/src/qpid/broker/SecureConnection.h
index 1547faae1e..632087350e 100644
--- a/cpp/src/qpid/broker/SecureConnection.h
+++ b/cpp/src/qpid/broker/SecureConnection.h
@@ -43,7 +43,7 @@ class SecureConnection : public qpid::sys::ConnectionCodec
public:
SecureConnection();
size_t decode(const char* buffer, size_t size);
- size_t encode(const char* buffer, size_t size);
+ size_t encode(char* buffer, size_t size);
bool canEncode();
void closed();
bool isClosed() const;