Kaynağa Gözat

Revert "VLCKit: Remove typedef after enum declaration"

This reverts commit eeb2dbd78d74421306d88d5c6e0792a40e7fe6f9.
Felix Paul Kühne 13 yıl önce
ebeveyn
işleme
b9ca89a03e
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Headers/Public/VLCMediaListPlayer.h

+ 1 - 0
Headers/Public/VLCMediaListPlayer.h

@@ -35,6 +35,7 @@ enum VLCRepeatMode {
     VLCRepeatCurrentItem,
     VLCRepeatAllItems
 };
+typedef NSInteger VLCRepeatMode;
 
 @interface VLCMediaListPlayer : NSObject {
     void *instance;