diff options
Diffstat (limited to 'protocols/IRCG/src/stdafx.h')
-rw-r--r-- | protocols/IRCG/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IRCG/src/stdafx.h b/protocols/IRCG/src/stdafx.h index 5d48ed407f..7010ac4931 100644 --- a/protocols/IRCG/src/stdafx.h +++ b/protocols/IRCG/src/stdafx.h @@ -359,8 +359,8 @@ struct CIrcProto : public PROTO<CIrcProto> CManagerDlg *m_managerDlg;
CIgnorePrefsDlg *m_ignoreDlg;
- int m_noOfChannels, m_manualWhoisCount;
- CMStringA sChannelModes, sUserModes;
+ int m_noOfChannels, m_manualWhoisCount;
+ CMStringA sChannelModes, sUserModes;
CMStringW sChannelPrefixes, sUserModePrefixes, WhoisAwayReply;
// clist.cpp
|