diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-13 21:48:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-13 21:48:09 +0300 |
commit | fdaadab8d86f29bf4f27ba1e6dfe07269ccffaff (patch) | |
tree | 1b3675c30d269c5827d45451f031135e91c7cb32 /protocols/IRCG/src/stdafx.h | |
parent | 8ed1a9382f88102f1a77a392a4ec43e60647e7e9 (diff) |
IRC: code cleaning for some crazy moments related to #1010
Diffstat (limited to 'protocols/IRCG/src/stdafx.h')
-rw-r--r-- | protocols/IRCG/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/stdafx.h b/protocols/IRCG/src/stdafx.h index ba5cfca32b..a96192f873 100644 --- a/protocols/IRCG/src/stdafx.h +++ b/protocols/IRCG/src/stdafx.h @@ -461,7 +461,7 @@ struct CIrcProto : public PROTO<CIrcProto> void SetChatTimer(UINT_PTR &nIDEvent, UINT uElapse, TIMERPROC lpTimerFunc);
void ClearUserhostReasons(int type);
- void DoUserhostWithReason(int type, CMStringW reason, bool bSendCommand, CMStringW userhostparams, ...);
+ void DoUserhostWithReason(int type, CMStringW reason, bool bSendCommand, const wchar_t *userhostparams, ...);
CMStringW GetNextUserhostReason(int type);
CMStringW PeekAtReasons(int type);
|