]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
Qt4: We must lock the playlist before calling UpdateTreeItem()
[vlc] / modules / gui / macosx / intf.h
index 3dbe618f44efe2705b59286b67501d4eaa9916e6..718a83bdab36dab8468b8d4ebe648b493d19efdf 100644 (file)
@@ -93,6 +93,7 @@ struct intf_sys_t
  * VLCMain interface
  *****************************************************************************/
 @class AppleRemote;
+@class VLCInformation;
 @interface VLCMain : NSObject
 {
     intf_thread_t *p_intf;      /* The main intf object */
@@ -105,7 +106,7 @@ struct intf_sys_t
     id o_bookmarks;             /* VLCBookmarks   */
     id o_embedded_list;         /* VLCEmbeddedList*/
     id o_interaction_list;      /* VLCInteractionList*/
-    id o_info;                  /* VLCInformation */
+    VLCInformation * o_info;                  /* VLCInformation */
 #ifdef UPDATE_CHECK
     id o_update;                /* VLCUpdate      */
 #endif