summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/Decoder.h')
-rw-r--r--cpp/src/qpid/cluster/Decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Decoder.h b/cpp/src/qpid/cluster/Decoder.h
index 3fb7b4f73d..6bcd877a75 100644
--- a/cpp/src/qpid/cluster/Decoder.h
+++ b/cpp/src/qpid/cluster/Decoder.h
@@ -45,7 +45,7 @@ class Decoder
Decoder(FrameHandler fh) : callback(fh) {}
void decode(const EventHeader& eh, const char* data);
void erase(const ConnectionId&);
- framing::FrameDecoder& get(const ConnectionId& c) { return map[c]; }
+ framing::FrameDecoder& get(const ConnectionId& c);
private:
typedef std::map<ConnectionId, framing::FrameDecoder> Map;