Merge with main branch revision 39484

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@39485 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-03-08 19:39:32 +00:00
parent edbfc4ebd7
commit 33ed3c7f75

View file

@ -1,5 +1,4 @@
#import <Foundation/NSObject.h>
#import <AppKit/NSNibConnector.h>
#import <Foundation/NSKeyedArchiver.h>
#import "GNUstepGUI/GSXibElement.h"
#import "GNUstepGUI/GSXibLoading.h"
@ -99,12 +98,12 @@
return name;
}
- (void) setRuntimeAttributes: (NSString *)attrbutes
- (void) setRuntimeAttributes: (NSArray *)attrbutes
{
ASSIGN(runtimeAttributes, attrbutes);
}
- (NSString *) runtimeAttributes
- (NSArray *) runtimeAttributes
{
return runtimeAttributes;
}