Commit 50df0404 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Revert "VLCKit: Remove typedef after enum declaration"

This reverts commit eeb2dbd7.
parent b5f4b4fd
......@@ -35,6 +35,7 @@ enum VLCRepeatMode {
VLCRepeatCurrentItem,
VLCRepeatAllItems
};
typedef NSInteger VLCRepeatMode;
@interface VLCMediaListPlayer : NSObject {
void *instance;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment