summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/ircproto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-26 15:23:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-26 15:23:19 +0300
commitda1b2a070c113222cbbad31b18ab704c7d1301b2 (patch)
tree841092328c9c7fb35c3454627296862a956f5d5c /protocols/IRCG/src/ircproto.h
parentbe1918c1b2986ddb387cd593deddf120f9e61874 (diff)
Chat_AddGroup - simplified prototype
Diffstat (limited to 'protocols/IRCG/src/ircproto.h')
-rw-r--r--protocols/IRCG/src/ircproto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/IRCG/src/ircproto.h b/protocols/IRCG/src/ircproto.h
index 559a919a34..6f28678664 100644
--- a/protocols/IRCG/src/ircproto.h
+++ b/protocols/IRCG/src/ircproto.h
@@ -170,7 +170,8 @@ struct CIrcProto : public PROTO<CIrcProto>
CMStringW m_statusMessage;
int m_iTempCheckTime;
- CIrcSessionInfo si;
+ CIrcSessionInfo m_sessionInfo;
+ SESSION_INFO *m_pServer;
int m_portCount;
DWORD m_bConnectRequested;