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:
nico 2002-09-24 01:34:15 +00:00
parent a688e33968
commit 82eb86b11a

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);
}