diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-26 22:24:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-26 22:24:58 +0000 |
commit | a7ecea148c70da66f744a0036f985bc97804d8b4 (patch) | |
tree | 007e11deee4595280f1941a178a4dfe9a79942f7 /protocols/Twitter/src/chat.cpp | |
parent | f0ea2e2a1708b66b4b2a7db825a0987306a5fc5d (diff) |
unified project for Twitter
git-svn-id: http://svn.miranda-ng.org/main/trunk@13181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/chat.cpp')
-rw-r--r-- | protocols/Twitter/src/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<TCHAR*>(gce.ptszText));
}
-int TwitterProto::OnChatOutgoing(WPARAM wParam, LPARAM lParam)
+int TwitterProto::OnChatOutgoing(WPARAM, LPARAM lParam)
{
GCHOOK *hook = reinterpret_cast<GCHOOK*>(lParam);
if (strcmp(hook->pDest->pszModule, m_szModuleName))
|