vlc | branch: master | Felix Paul Kühne <[email protected]> | Thu Jun 7 20:02:58 2012 +0200| [50df040499dc378a3334d4e364dfd4fdf6bd78f6] | committer: Felix Paul Kühne
Revert "VLCKit: Remove typedef after enum declaration" This reverts commit eeb2dbd78d74421306d88d5c6e0792a40e7fe6f9. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50df040499dc378a3334d4e364dfd4fdf6bd78f6 --- projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h b/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h index 666d8d5..ae6c533 100644 --- a/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h +++ b/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h @@ -35,6 +35,7 @@ enum VLCRepeatMode { VLCRepeatCurrentItem, VLCRepeatAllItems }; +typedef NSInteger VLCRepeatMode; @interface VLCMediaListPlayer : NSObject { void *instance; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
