diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_disco.h')
| -rw-r--r-- | protocols/JabberG/src/jabber_disco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_disco.h b/protocols/JabberG/src/jabber_disco.h index 1c3863dd9c..418c7ed178 100644 --- a/protocols/JabberG/src/jabber_disco.h +++ b/protocols/JabberG/src/jabber_disco.h @@ -341,7 +341,7 @@ public: return TRUE;
}
- BOOL SetInfoRequestErrorText(wchar_t *szError)
+ BOOL SetInfoRequestErrorText(const wchar_t *szError)
{
replaceStrW(m_szInfoError, szError);
return TRUE;
|
