mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Fix compilation error under gcc
This commit is contained in:
parent
9c9e520b6c
commit
17c39bf98a
1 changed files with 3 additions and 0 deletions
|
@ -955,6 +955,9 @@ TypeInfoForHumanReadableName (NSArray *types, NSString *typeName)
|
|||
|
||||
- (IBAction) openDocument: (id)sender
|
||||
{
|
||||
#if !__has_feature(blocks)
|
||||
NSError *err = nil;
|
||||
#endif
|
||||
NSEnumerator *urlEnum;
|
||||
NSURL *url;
|
||||
|
||||
|
|
Loading…
Reference in a new issue