git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4010 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-04-01 06:47:43 +00:00
parent f1d8017d18
commit 401f64557e
2 changed files with 39 additions and 40 deletions

View file

@ -50,7 +50,6 @@
{ {
if (self == [NSTextFieldCell class]) if (self == [NSTextFieldCell class])
{ {
// Initial version
[self setVersion: 1]; [self setVersion: 1];
} }
} }
@ -62,13 +61,13 @@
// //
// Initialization // Initialization
// //
- init - (id) init
{ {
[self initTextCell: @""]; [self initTextCell: @""];
return self; return self;
} }
- initTextCell:(NSString *)aString - (id) initTextCell: (NSString *)aString
{ {
[super initTextCell: aString]; [super initTextCell: aString];