diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-28 13:49:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-28 13:49:29 +0000 |
commit | ebd906de0e8aef7d33ccb2b4f81ad53dfb796fcf (patch) | |
tree | e2a72649284a5388375df090db0cb8d9e2e76481 /plugins/IEView | |
parent | 1ab65d264fee46914571415551ed78cde14315a6 (diff) |
more code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@12536 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView')
-rw-r--r-- | plugins/IEView/src/TextToken.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/TextToken.h b/plugins/IEView/src/TextToken.h index 6f3c9fc1a3..512eca85fa 100644 --- a/plugins/IEView/src/TextToken.h +++ b/plugins/IEView/src/TextToken.h @@ -82,7 +82,7 @@ public: void setLink(const wchar_t *wlink);
void toString(wchar_t **str, int *sizeAlloced);
- wchar_t* htmlEncode(const wchar_t *str);
+ static wchar_t* htmlEncode(const wchar_t *str);
static TextToken* tokenizeLinks(const wchar_t *wtext);
static TextToken* tokenizeSmileys(MCONTACT hContact, const char *proto, const wchar_t *wtext, bool isSent);
|