diff options
Diffstat (limited to 'plugins/NewStory/src/utils.h')
-rw-r--r-- | plugins/NewStory/src/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/src/utils.h b/plugins/NewStory/src/utils.h index 24b65beec1..1af7323338 100644 --- a/plugins/NewStory/src/utils.h +++ b/plugins/NewStory/src/utils.h @@ -9,6 +9,6 @@ bool NSMenu_Process(int iCommand, NewstoryListData *data); int GetFontHeight(const LOGFONTA &lf);
-void ReplaceSmileys(MCONTACT hContact, CMStringA &str);
-void UrlAutodetect(CMStringA &str);
+void ReplaceSmileys(MCONTACT hContact, CMStringW &str);
+void UrlAutodetect(CMStringW &str);
void RemoveBbcodes(CMStringW &pwszText);
|