diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-01 17:51:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-01 17:51:46 +0300 |
commit | 73af112af978c59138c5fee2ac0cb9c6db8cdbf0 (patch) | |
tree | cd960029228553109abe7a89136ca1d65c3fc16a /plugins/TabSRMM/src/msgs.h | |
parent | cd5aa86a8b5bd9b33e5defee8de0150b467542e8 (diff) |
huge crutch removed from tabSRMM, also fixes #963
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index baef9b9636..8e70c0ae7e 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -418,7 +418,7 @@ public: void EnableSending(bool bMode) const;
void FlashOnClist(MEVENT hEvent, DBEVENTINFO *dbei);
void FlashTab(bool bInvertMode);
- const wchar_t* FormatRaw(const wchar_t *msg, int flags, BOOL isSent);
+ void FormatRaw(CMStringW&, int flags, bool isSent);
bool FormatTitleBar(const wchar_t *szFormat, CMStringW &dest);
bool GetAvatarVisibility();
void GetClientIcon();
|