mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:21:27 +00:00
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:
parent
1109a03bb6
commit
e9a2dd5b78
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
- (id) initWithWindowNibName: (NSString *)windowNibName owner: (id)owner
|
||||
{
|
||||
[self initWithWindow: nil];
|
||||
_windowNibName = RETAIN (windowNibName);
|
||||
ASSIGN (_windowNibName, windowNibName);
|
||||
_owner = owner;
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue