]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlistinfo.h
macosx: fix compile/runtime warnings
[vlc] / modules / gui / macosx / playlistinfo.h
index 82d166666ccfc0e6cb39f40a9aca545cc1438c42..9e300e8f620bbeb438b5ef6f33d279221c73472f 100644 (file)
@@ -5,7 +5,7 @@
  * $Id$
  *
  * Authors: Benjamin Pracht <bigben at videolan dot org>
- *          Felix Kühne <fkuehne at videolan dot org>
+ *          Felix Kühne <fkuehne at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@
     IBOutlet id o_btn_delete_group;
     IBOutlet id o_btn_add_group;
     IBOutlet id o_outline_view;
+
     IBOutlet id o_tab_view;
 
     IBOutlet id o_collection_lbl;
@@ -95,6 +95,8 @@
     IBOutlet id o_video_box;
     IBOutlet id o_video_decoded_lbl;
     IBOutlet id o_video_decoded_txt;
+       IBOutlet id o_fps_lbl;
+       IBOutlet id o_fps_txt;
 
     playlist_item_t * p_item;
     NSTimer * o_statUpdateTimer;