diff options
Diffstat (limited to 'protocols/IRCG/src/ircproto.h')
-rw-r--r-- | protocols/IRCG/src/ircproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/ircproto.h b/protocols/IRCG/src/ircproto.h index ee40589a8a..6614bf4df7 100644 --- a/protocols/IRCG/src/ircproto.h +++ b/protocols/IRCG/src/ircproto.h @@ -71,11 +71,11 @@ struct CIrcProto : public PROTO<CIrcProto> void OnBuildProtoMenu(void) override; void OnContactDeleted(MCONTACT) override; + MWindow OnCreateAccMgrUI(MWindow) override; void OnModulesLoaded() override; void OnShutdown() override; // Services - INT_PTR __cdecl SvcCreateAccMgrUI(WPARAM, LPARAM); INT_PTR __cdecl GetMyAwayMsg(WPARAM, LPARAM); INT_PTR __cdecl OnChangeNickMenuCommand(WPARAM, LPARAM); |