]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.h
Fix macosx gui compilation (shame on me i broke it in [21943])
[vlc] / modules / gui / macosx / controls.h
index 92136bf5d2d6d39ba3f98584dc0615eed91b4d00..4af6fec0bab90fc7c6c3c498ca35b784b8a7a78e 100644 (file)
@@ -35,7 +35,7 @@
 
     IBOutlet id o_btn_fullscreen;
     IBOutlet id o_volumeslider;
+
     IBOutlet id o_btn_shuffle;
     IBOutlet id o_btn_addNode;
     IBOutlet id o_btn_repeat;
@@ -48,7 +48,7 @@
     IBOutlet id o_specificTime_sec_lbl;
     IBOutlet id o_specificTime_stepper;
     IBOutlet id o_specificTime_mi;
+
     VLCFSPanel *o_fs_panel;
 }