mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:10:38 +00:00
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:
parent
4368207db7
commit
dfc80058a4
3 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue