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:
Gregory John Casamento 2003-01-10 01:57:56 +00:00
parent d0d355ec92
commit 8b3b4c8a2e

View file

@ -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
}