mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
Fixed minor bug in custom view
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15576 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0d355ec92
commit
8b3b4c8a2e
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
return obj;
|
||||
}
|
||||
|
||||
- (void) encodeWithCoder: (NSCoder)coder
|
||||
- (void) encodeWithCoder: (NSCoder *)coder
|
||||
{
|
||||
// nothing to do. This is a class for testing custom views only. GJC
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue