diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-13 21:33:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-13 21:33:41 +0000 |
commit | e1a22bae0fb68a89c1e005776e703dda32dd375b (patch) | |
tree | 1657d59fe0ac74e5cd46a51e9056f04a6d78b230 /protocols/JabberG/src/jabber_proto.h | |
parent | 0d7cafae37d831ec2b374915fab5ed6fde3716ee (diff) |
minus another couple of static buffers
git-svn-id: http://svn.miranda-ng.org/main/trunk@7638 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index cf57fdc42b..1bbf639c5d 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -604,7 +604,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface void GetAvatarFileName(HANDLE hContact, TCHAR* pszDest, size_t cbLen);
void ResolveTransportNicks(const TCHAR *jid);
void SetServerStatus(int iNewStatus);
- void FormatMirVer(pResourceStatus &resource, TCHAR *buf, int bufSize);
+ void FormatMirVer(pResourceStatus &resource, CMString&);
void UpdateMirVer(JABBER_LIST_ITEM *item);
void UpdateMirVer(HANDLE hContact, pResourceStatus &resource);
void UpdateSubscriptionInfo(HANDLE hContact, JABBER_LIST_ITEM *item);
|