Use ASSIGN

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10529 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-07-20 09:19:47 +00:00
parent 2256c67cca
commit 06f4ffec7b

View file

@ -35,7 +35,7 @@
- (id) initWithWindowNibName: (NSString *)windowNibName owner: (id)owner
{
[self initWithWindow: nil];
_windowNibName = RETAIN (windowNibName);
ASSIGN (_windowNibName, windowNibName);
_owner = owner;
return self;
}