]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/output.h
* Fix the play/pause button status
[vlc] / modules / gui / macosx / output.h
index 888693ecb4e4c042d7007bf4952d972c86bf739c..3d08b306b9b50e2bcc94df1aa6f31aed8a4a8326 100644 (file)
     IBOutlet id o_http_chkbox;
     IBOutlet id o_file_chkbox;
 
-    NSString *o_mrl;
+    NSArray *o_mrl;
     NSString *o_transcode;
 }
 
-- (void)setMRL:(NSString *)o_mrl_string;
-- (NSString *)getMRL;
+- (void)setMRL:(NSArray *)o_mrl_string;
+- (NSArray *)getMRL;
 - (void)setTranscode:(NSString *)o_transcode_string;
 
 - (void)initStrings;