diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-14 19:35:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-14 19:35:28 +0000 |
commit | c853aaab25885ec145e5e8a9500c269192baf6e4 (patch) | |
tree | dc845613d9c8d61d96f9bc4ee409635854546da1 /protocols/MSN/src/msn_proto.h | |
parent | b47323e12660e2e96dac515f609f0778225a4536 (diff) |
MSN: warning level 4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/msn_proto.h')
-rw-r--r-- | protocols/MSN/src/msn_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/msn_proto.h b/protocols/MSN/src/msn_proto.h index bcac61e2be..42922a2ab4 100644 --- a/protocols/MSN/src/msn_proto.h +++ b/protocols/MSN/src/msn_proto.h @@ -221,7 +221,7 @@ struct CMsnProto : public PROTO<CMsnProto> void LoadOptions(void);
void InitPopups(void);
- void MSN_ShowPopup(const TCHAR* nickname, const TCHAR* msg, int flags, const char* url, MCONTACT hContact = NULL);
+ void MSN_ShowPopup(const TCHAR* nickname, const TCHAR* msg, int flags, const char* url);
void MSN_ShowPopup(const MCONTACT hContact, const TCHAR* msg, int flags);
void MSN_ShowError(const char* msgtext, ...);
|