]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Sources/VLCEventManager.m
osx/framework: propagate NSInteger and NSUInteger
[vlc] / projects / macosx / framework / Sources / VLCEventManager.m
index 71a8068d3d2561cc3f5ed04e3abad7c79b1ddd98..81013ca8eb39f6fee5476709f9fe82344323393d 100644 (file)
@@ -71,7 +71,7 @@ static void * EventDispatcherMainLoop(void * user_data)
         NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
         message_t * message, * message_newer = NULL;
         NSData * dataMessage;
-        int i;
+        NSInteger i;
 
         /* Sleep a bit not to flood the interface */
         usleep(300);