mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:20:37 +00:00
Address PR feedback on #181
This commit is contained in:
parent
bddf6cfd03
commit
0c493d9e7a
4 changed files with 36 additions and 41 deletions
|
@ -26,13 +26,7 @@
|
|||
|
||||
- (instancetype) init
|
||||
{
|
||||
self = [super init];
|
||||
if (self != nil)
|
||||
{
|
||||
_type = GSCSVaraibleTypeVariable;
|
||||
}
|
||||
|
||||
return self;
|
||||
return [self initWithName: nil type: GSCSVaraibleTypeVariable];
|
||||
}
|
||||
|
||||
- (instancetype) initWithName: (NSString *)name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue