diff options
Diffstat (limited to 'cpp/lib/client/Connection.h')
| -rw-r--r-- | cpp/lib/client/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/client/Connection.h b/cpp/lib/client/Connection.h index 275e02a105..6a8d88d581 100644 --- a/cpp/lib/client/Connection.h +++ b/cpp/lib/client/Connection.h @@ -86,7 +86,7 @@ class Connection : public ConnectionForChannel { typedef std::map<framing::ChannelId, Channel*> ChannelMap; - static framing::ChannelId channelIdCounter; + framing::ChannelId channelIdCounter; static const std::string OK; framing::ProtocolVersion version; |
