From 162d16021724628144ac0b4e778a3cd650d6ee03 Mon Sep 17 00:00:00 2001 From: rmottola Date: Tue, 22 Mar 2016 17:17:58 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ Headers/AppKit/NSWorkspace.h | 4 ++-- Source/NSWorkspace.m | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f6b4d39b8..57a18649e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-03-22 Riccardo Mottola + + * Headers/AppKit/NSWorkspace.h + * Source/NSWorkspace.m + tag is NSInteger* not int* in recent AppKit + 2016-03-21 Riccardo Mottola * Source/NSImage.m diff --git a/Headers/AppKit/NSWorkspace.h b/Headers/AppKit/NSWorkspace.h index ed5b76aec..bb49a9d75 100644 --- a/Headers/AppKit/NSWorkspace.h +++ b/Headers/AppKit/NSWorkspace.h @@ -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 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; diff --git a/Source/NSWorkspace.m b/Source/NSWorkspace.m index 2bc793624..aae8e6a8e 100644 --- a/Source/NSWorkspace.m +++ b/Source/NSWorkspace.m @@ -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;