Fix NSInvocation decl

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8287 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-12-08 19:40:55 +00:00
parent 9433dfee02
commit e03d6417c2

View file

@ -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