tag is NSInteger* not int* in recent AppKit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39581 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rmottola 2016-03-22 17:17:58 +00:00
parent 0e7b475917
commit 162d160217
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2016-03-22 Riccardo Mottola <rm@gnu.org>
* Headers/AppKit/NSWorkspace.h
* Source/NSWorkspace.m
tag is NSInteger* not int* in recent AppKit
2016-03-21 Riccardo Mottola <rm@gnu.org>
* Source/NSImage.m

View file

@ -3,7 +3,7 @@
Interface for workspace.
Copyright (C) 1996-2002 Free Software Foundation, Inc.
Copyright (C) 1996-2016 Free Software Foundation, Inc.
Author: Scott Christley <scottc@net-community.com>
Date: 1996
@ -111,7 +111,7 @@ typedef NSUInteger NSWorkspaceIconCreationOptions;
source: (NSString*)source
destination: (NSString*)destination
files: (NSArray*)files
tag: (int*)tag;
tag: (NSInteger*)tag;
- (BOOL) selectFile: (NSString*)fullPath
inFileViewerRootedAtPath: (NSString*)rootFullpath;

View file

@ -1054,7 +1054,7 @@ static NSDictionary *urlPreferences = nil;
source: (NSString*)source
destination: (NSString*)destination
files: (NSArray*)files
tag: (int*)tag
tag: (NSInteger*)tag
{
id app;