diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-13 19:01:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-13 19:01:54 +0000 |
commit | f55574591e8f66adc24fd62f25b4dc7f299e87a0 (patch) | |
tree | ed54a82c8d2ca5be748aa69fcb24e2d0d551fde1 /plugins/TabSRMM/src/utils.h | |
parent | eedc182bb90afb9f809aec8ecfce8526ad3ab0e2 (diff) |
Utils::FormatTitleBar: wrong function's return type
git-svn-id: http://svn.miranda-ng.org/main/trunk@11374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/utils.h')
-rw-r--r-- | plugins/TabSRMM/src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/utils.h b/plugins/TabSRMM/src/utils.h index 473659713e..34b4c5039d 100644 --- a/plugins/TabSRMM/src/utils.h +++ b/plugins/TabSRMM/src/utils.h @@ -69,7 +69,7 @@ public: static TCHAR* GetPreviewWithEllipsis(TCHAR *szText, size_t iMaxLen);
static TCHAR* FilterEventMarkers(TCHAR *wszText);
static LPCTSTR FormatRaw(TWindowData *dat, const TCHAR *msg, int flags, BOOL isSent);
- static LPCTSTR FormatTitleBar(const TWindowData *dat, const TCHAR *szFormat);
+ static LPTSTR FormatTitleBar(const TWindowData *dat, const TCHAR *szFormat);
static char* FilterEventMarkers(char *szText);
static LPCTSTR DoubleAmpersands(TCHAR *pszText);
static void RTF_CTableInit();
|