summaryrefslogtreecommitdiff
path: root/protocols/Twitter/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Twitter/proto.h')
-rw-r--r--protocols/Twitter/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/proto.h b/protocols/Twitter/proto.h
index ca3fd8596c..6cea35b33d 100644
--- a/protocols/Twitter/proto.h
+++ b/protocols/Twitter/proto.h
@@ -147,7 +147,7 @@ private:
void SetAllContactStatuses(int);
void LOG(TCHAR *fmt,...);
- void WLOG(TCHAR* first, const wstring last);
+ __inline void WLOG(TCHAR* first, const tstring& last) { LOG(first, last.c_str()); }
static void CALLBACK APC_callback(ULONG_PTR p);
void UpdateChat(const twitter_user &update);