From 89b5feca3ec270bf1312b108810f95cafa3b6be1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 6 Sep 2012 14:02:16 +0000 Subject: cosmetic fix for the parameter name git-svn-id: http://svn.miranda-ng.org/main/trunk@1538 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Omegle/stubs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Omegle') diff --git a/protocols/Omegle/stubs.cpp b/protocols/Omegle/stubs.cpp index 24354c49bc..825c60ac8c 100644 --- a/protocols/Omegle/stubs.cpp +++ b/protocols/Omegle/stubs.cpp @@ -32,12 +32,12 @@ HANDLE OmegleProto::AddToListByEvent(int flags,int iContact,HANDLE hDbEvent) return 0; }; -int OmegleProto::Authorize(HANDLE hContact) +int OmegleProto::Authorize(HANDLE hDbEvent) { return 0; } -int OmegleProto::AuthDeny(HANDLE hContact,const PROTOCHAR *reason) +int OmegleProto::AuthDeny(HANDLE hDbEvent,const PROTOCHAR *reason) { return 0; } -- cgit v1.2.3