diff options
Diffstat (limited to 'protocols/IRCG/src/ircproto.h')
-rw-r--r-- | protocols/IRCG/src/ircproto.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/protocols/IRCG/src/ircproto.h b/protocols/IRCG/src/ircproto.h index 473ec06359..559a919a34 100644 --- a/protocols/IRCG/src/ircproto.h +++ b/protocols/IRCG/src/ircproto.h @@ -165,10 +165,7 @@ struct CIrcProto : public PROTO<CIrcProto> OBJLIST<CMStringW> vUserhostReasons; OBJLIST<CMStringW> vWhoInProgress; - mir_cs cs; - mir_cs m_gchook; - mir_cs m_resolve; - HANDLE m_evWndCreate; + mir_cs m_csSession, m_csGcHook, m_csResolve, m_csList; CMStringW m_statusMessage; int m_iTempCheckTime; |