From a7ecea148c70da66f744a0036f985bc97804d8b4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Apr 2015 22:24:58 +0000 Subject: unified project for Twitter git-svn-id: http://svn.miranda-ng.org/main/trunk@13181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/src/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Twitter/src/chat.cpp') diff --git a/protocols/Twitter/src/chat.cpp b/protocols/Twitter/src/chat.cpp index 30e357a7bc..17ded4336d 100644 --- a/protocols/Twitter/src/chat.cpp +++ b/protocols/Twitter/src/chat.cpp @@ -56,7 +56,7 @@ void TwitterProto::UpdateChat(const twitter_user &update) mir_free(const_cast(gce.ptszText)); } -int TwitterProto::OnChatOutgoing(WPARAM wParam, LPARAM lParam) +int TwitterProto::OnChatOutgoing(WPARAM, LPARAM lParam) { GCHOOK *hook = reinterpret_cast(lParam); if (strcmp(hook->pDest->pszModule, m_szModuleName)) -- cgit v1.2.3