mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Add RETAIN, per review from @fredkiefer
This commit is contained in:
parent
ff90453263
commit
874515c5b7
1 changed files with 1 additions and 1 deletions
|
@ -4752,7 +4752,7 @@ static NSView* findByTag(NSView *view, NSInteger aTag, NSUInteger *level)
|
|||
// Decode the shadow...
|
||||
if ([aDecoder containsValueForKey: @"NSViewShadow"])
|
||||
{
|
||||
_shadow = [aDecoder decodeObjectForKey: @"NSViewShadow"];
|
||||
_shadow = RETAIN([aDecoder decodeObjectForKey: @"NSViewShadow"]);
|
||||
}
|
||||
|
||||
// the superview...
|
||||
|
|
Loading…
Reference in a new issue