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/AimOscar/proto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/AimOscar/proto.cpp') diff --git a/protocols/AimOscar/proto.cpp b/protocols/AimOscar/proto.cpp index b79f95927c..fa8d40c564 100644 --- a/protocols/AimOscar/proto.cpp +++ b/protocols/AimOscar/proto.cpp @@ -158,7 +158,7 @@ HANDLE __cdecl CAimProto::AddToListByEvent(int flags, int iContact, HANDLE hDbEv //////////////////////////////////////////////////////////////////////////////////////// // AuthAllow - processes the successful authorization -int CAimProto::Authorize(HANDLE hContact) +int CAimProto::Authorize(HANDLE hDbEvent) { return 0; } @@ -166,7 +166,7 @@ int CAimProto::Authorize(HANDLE hContact) //////////////////////////////////////////////////////////////////////////////////////// // AuthDeny - handles the unsuccessful authorization -int CAimProto::AuthDeny(HANDLE hContact, const TCHAR* szReason) +int CAimProto::AuthDeny(HANDLE hDbEvent, const TCHAR* szReason) { return 0; } -- cgit v1.2.3