diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-06 14:02:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-06 14:02:16 +0000 |
commit | 89b5feca3ec270bf1312b108810f95cafa3b6be1 (patch) | |
tree | eb05a74f31ab1696c49dd91dcb0236543391c116 /protocols/Twitter | |
parent | 5e64b724fd1b4b889f78c29d1583c886d4fbd818 (diff) |
cosmetic fix for the parameter name
git-svn-id: http://svn.miranda-ng.org/main/trunk@1538 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter')
-rw-r--r-- | protocols/Twitter/stubs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Twitter/stubs.cpp b/protocols/Twitter/stubs.cpp index 1bf2dcbdd0..6dabe5ec76 100644 --- a/protocols/Twitter/stubs.cpp +++ b/protocols/Twitter/stubs.cpp @@ -22,12 +22,12 @@ HANDLE TwitterProto::AddToListByEvent(int flags,int iContact,HANDLE hDbEvent) return 0;
}
-int TwitterProto::Authorize(HANDLE hContact)
+int TwitterProto::Authorize(HANDLE hDbEvent)
{
return 0;
}
-int TwitterProto::AuthDeny(HANDLE hContact,const TCHAR *reason)
+int TwitterProto::AuthDeny(HANDLE hDbEvent,const TCHAR *reason)
{
return 0;
}
@@ -134,6 +134,6 @@ int TwitterProto::SetAwayMsg(int status,const TCHAR *msg) }
int TwitterProto::UserIsTyping(HANDLE hContact,int type)
-{
+{
return 0;
}
\ No newline at end of file |