mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
ASSIGN in initWithCoder:
This commit is contained in:
parent
810232cdad
commit
7ba1d5f570
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ NSAppearance *__currentAppearance = nil;
|
|||
}
|
||||
else
|
||||
{
|
||||
_name = [coder decodeObject];
|
||||
ASSIGN(_name, [coder decodeObject]);
|
||||
[coder decodeValueOfObjCType: @encode(BOOL) at: &_allowsVibrancy];
|
||||
}
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue