mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-03 01:13:39 +00:00
Merge pull request #2826 from daboe01/cpproxy-return-type-fix
fixed: wrong return type of forward::
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
}
|
||||
|
||||
// FIXME: This should be moved to the runtime?
|
||||
- (void)forward:(SEL)aSelector :(marg_list)args
|
||||
- (id)forward:(SEL)aSelector :(marg_list)args
|
||||
{
|
||||
return [CPObject methodForSelector:_cmd](self, _cmd, aSelector, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user