mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
remove some useless ; in declarations
This commit is contained in:
parent
92ef305e1e
commit
0547b18d32
6 changed files with 13 additions and 13 deletions
|
@ -384,13 +384,13 @@ extern void GSPropertyListMake(id,NSDictionary*,BOOL,BOOL,unsigned,id*);
|
|||
return [NSPredicate class];
|
||||
}
|
||||
|
||||
- (void) encodeWithCoder: (NSCoder *) coder;
|
||||
- (void) encodeWithCoder: (NSCoder *) coder
|
||||
{
|
||||
// FIXME
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
- (id) initWithCoder: (NSCoder *) coder;
|
||||
- (id) initWithCoder: (NSCoder *) coder
|
||||
{
|
||||
// FIXME
|
||||
[self subclassResponsibility: _cmd];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue