summaryrefslogtreecommitdiff
path: root/utilities.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-22 01:22:10 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-22 01:22:10 +0200
commit31b78ae77e9dba2afbb2979c7b84631e03869398 (patch)
tree3c8a27ec67c8701038982af19984f17a83d72a9e /utilities.h
parented8a4f7a485a222ebdf30aa6fd2e7c2344ec27f0 (diff)
fixed toUTF8 fuction crash //thx iexploe
Diffstat (limited to 'utilities.h')
-rw-r--r--utilities.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utilities.h b/utilities.h
index 58a23b9..bb4b459 100644
--- a/utilities.h
+++ b/utilities.h
@@ -32,7 +32,6 @@ bool isContactHaveKey(HANDLE hContact);
bool isGPGConfigured();
const bool StriStr(const char *str, const char *substr);
string toUTF8(wstring str);
-string toUTF8(string str);
wstring toUTF16(string str);
string get_random(int length);
string time_str();