mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Make -invoke methods return void.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@996 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4ae2c0777d
commit
bbcd2338b7
2 changed files with 4 additions and 4 deletions
|
@ -28,8 +28,8 @@
|
|||
|
||||
@protocol Invoking <NSObject>
|
||||
|
||||
- invoke;
|
||||
- invokeWithObject: anObject;
|
||||
- (void) invoke;
|
||||
- (void) invokeWithObject: anObject;
|
||||
|
||||
- objectReturnValue;
|
||||
- (int) intReturnValue;
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
|
||||
@protocol Invoking <NSObject>
|
||||
|
||||
- invoke;
|
||||
- invokeWithObject: anObject;
|
||||
- (void) invoke;
|
||||
- (void) invokeWithObject: anObject;
|
||||
|
||||
- objectReturnValue;
|
||||
- (int) intReturnValue;
|
||||
|
|
Loading…
Reference in a new issue