[vlc-commits] Revert "VLCKit: Remove typedef after enum declaration"

Felix Paul Kühne git at videolan.org
Thu Jun 7 20:09:31 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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;



More information about the vlc-commits mailing list