diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_caps.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_caps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_caps.h b/protocols/JabberG/src/jabber_caps.h index 16805680b5..503e0f3146 100755 --- a/protocols/JabberG/src/jabber_caps.h +++ b/protocols/JabberG/src/jabber_caps.h @@ -277,7 +277,7 @@ protected: mir_cs m_cs;
CJabberClientCaps *m_pClients;
CJabberProto *ppro;
- wchar_t *m_szFeaturesCrc;
+ CMStringW m_szFeaturesCrc;
protected:
CJabberClientCaps *FindClient(const wchar_t *szNode);
|