]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Sources/VLCVideoView.m
osx/framework: propagate NSInteger and NSUInteger
[vlc] / projects / macosx / framework / Sources / VLCVideoView.m
index 3c23b9b74ac9624acb82b45c6dbf97e7a6d66609..c7488273a26a5db4035d9313301361a78a13b6c5 100644 (file)
     if( [[self subviews] count] )
     {
         /* XXX: This is a hack until core gets fixed */
-        int i;
+        NSUInteger i;
         for( i = 0; i < [[self subviews] count]; i++ )
         {
             [[[self subviews] objectAtIndex:i] detachFromVout];