From ebd906de0e8aef7d33ccb2b4f81ad53dfb796fcf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 28 Mar 2015 13:49:29 +0000 Subject: more code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@12536 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/TextToken.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/IEView') 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); -- cgit v1.2.3