Added FIXME

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14533 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-09-24 01:34:15 +00:00
parent cf724b05d1
commit e3826ddff1

View file

@ -130,6 +130,7 @@ GSSpellServerName(NSString *vendor, NSString *language)
- (void)setDelegate:(id)anObject
{
/* FIXME - we should not retain the delegate ! */
RETAIN(anObject);
ASSIGN(_delegate, anObject);
}