diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-17 13:22:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-17 13:22:41 +0000 |
commit | 5b68af4bce0056e373e69bf16fb7d3bdfac96dd8 (patch) | |
tree | a4a179c1a0787f2b0650447ebe347c976d981330 /protocols/Twitter/proto.h | |
parent | 56a6310a76ca5d112e4bf86765da77055cd71ce3 (diff) |
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@457 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/proto.h')
-rw-r--r-- | protocols/Twitter/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Twitter/proto.h b/protocols/Twitter/proto.h index 8e25031470..ca3fd8596c 100644 --- a/protocols/Twitter/proto.h +++ b/protocols/Twitter/proto.h @@ -146,8 +146,8 @@ private: HANDLE AddToClientList(const char *,const char *);
void SetAllContactStatuses(int);
- int LOG(TCHAR *fmt,...);
- int WLOG(TCHAR* first, const wstring last);
+ void LOG(TCHAR *fmt,...);
+ void WLOG(TCHAR* first, const wstring last);
static void CALLBACK APC_callback(ULONG_PTR p);
void UpdateChat(const twitter_user &update);
|