mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
NSObject: Change return type of setVersion: from id to void
This commit is contained in:
parent
ac38295f64
commit
a66d25598e
2 changed files with 2 additions and 3 deletions
|
@ -363,7 +363,7 @@ GS_EXPORT_CLASS GS_ROOT_CLASS
|
|||
+ (BOOL) isSubclassOfClass: (Class)aClass;
|
||||
+ (id) new;
|
||||
+ (void) poseAsClass: (Class)aClassObject;
|
||||
+ (id) setVersion: (NSInteger)aVersion;
|
||||
+ (void) setVersion: (NSInteger)aVersion;
|
||||
+ (NSInteger) version;
|
||||
|
||||
- (id) awakeAfterUsingCoder: (NSCoder*)aDecoder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue