mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 16:20:42 +00:00
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:
parent
9433dfee02
commit
e03d6417c2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue