mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:40:38 +00:00
Replace some occurences of int with NSInteger
and unsigned with NSUInteger. This allows to recompile gui on 64 bit systems after the change to NSNotFound in base. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34312 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d648b7ca14
commit
ccf59ac3ca
35 changed files with 248 additions and 214 deletions
|
@ -777,7 +777,7 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
positioned: (NSWindowOrderingMode)place
|
||||
relativeTo: (NSView*)otherView
|
||||
{
|
||||
unsigned index;
|
||||
NSUInteger index;
|
||||
|
||||
if (aView == nil)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue