]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
macosx: compilation fix for the 10.4u SDK and removal of a hack
[vlc] / modules / gui / macosx / playlist.m
index 4ae969649d01dcb07de2a4f260b0aa5f193e5e74..5dad4232cebfdd276e66f79fca47ce0d4d0ac883 100644 (file)
 
     pt = [o_outline_view convertPoint: [o_event locationInWindow]
                                                  fromView: nil];
-    NSInteger row = [o_outline_view rowAtPoint:pt];
+    int row = [o_outline_view rowAtPoint:pt];
     if( row != -1 )
         [o_outline_view selectRowIndexes:[NSIndexSet indexSetWithIndex:row] byExtendingSelection:NO];