From e03d6417c2852576738e49a50aa1e9f1640519eb Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Fri, 8 Dec 2000 19:40:55 +0000 Subject: [PATCH] Fix NSInvocation decl git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8287 72102866-910b-0410-8b05-ffd578937521 --- Source/GSFFCallInvocation.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/GSFFCallInvocation.m b/Source/GSFFCallInvocation.m index b2b959d48..865bcca34 100644 --- a/Source/GSFFCallInvocation.m +++ b/Source/GSFFCallInvocation.m @@ -162,10 +162,11 @@ static void gs_free_callback(void) */ void -GSFFCallInvokeWithTargetAndImp(NSInvocation_t *inv, id anObject, IMP imp) +GSFFCallInvokeWithTargetAndImp(NSInvocation *_inv, id anObject, IMP imp) { int i; av_alist alist; + NSInvocation_t *inv = _inv; /* Do an av call starting with the return type */ #undef CASE_TYPE