diff options
Diffstat (limited to 'cpp/lib/client/Connection.h')
-rw-r--r-- | cpp/lib/client/Connection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/lib/client/Connection.h b/cpp/lib/client/Connection.h index 05d139e99c..bbf8c03b0b 100644 --- a/cpp/lib/client/Connection.h +++ b/cpp/lib/client/Connection.h @@ -68,7 +68,8 @@ namespace client { typedef std::map<int, Channel*>::iterator iterator; - static u_int16_t channelIdCounter; + const bool debug; + u_int16_t channelIdCounter; std::string host; int port; |