mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:27:38 +00:00
Small improvements for keyed decoding.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20242 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
208c87b881
commit
6ff377994a
3 changed files with 45 additions and 2 deletions
|
@ -362,7 +362,7 @@
|
|||
|
||||
- (id) initWithCoder: (NSCoder*)aDecoder
|
||||
{
|
||||
id obj;
|
||||
id obj = nil;
|
||||
|
||||
if([aDecoder allowsKeyedCoding])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue