From f98bdddd09609b7a42b849279c7c83624090ab4e Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 31 Jan 2011 08:33:16 +0000 Subject: Updated PSMTabBarControl (warning fixes) svn path=/trunk/netsurf/; revision=11560 --- cocoa/PSMTabBarControl/PSMTabDragAssistant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/PSMTabBarControl/PSMTabDragAssistant.h') diff --git a/cocoa/PSMTabBarControl/PSMTabDragAssistant.h b/cocoa/PSMTabBarControl/PSMTabDragAssistant.h index 30965f943..2632e11a0 100644 --- a/cocoa/PSMTabBarControl/PSMTabDragAssistant.h +++ b/cocoa/PSMTabBarControl/PSMTabDragAssistant.h @@ -22,7 +22,7 @@ PSMTabBarControl *_destinationTabBar; NSMutableSet *_participatingTabBars; PSMTabBarCell *_draggedCell; - NSInteger _draggedCellIndex; // for snap back + NSUInteger _draggedCellIndex; // for snap back BOOL _isDragging; // Support for dragging into new windows -- cgit v1.2.3