]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/update.h
Fix [9589813471d0f5525789b7cf7165e48d177cbad6] by using var_Create (Pointed out by...
[vlc] / modules / gui / macosx / update.h
index e87f0298be05dacbb76a2f4520412a14dc3451f7..45a3d5cee0c4512df4b3df40458cbf755237e0e7 100644 (file)
 
 #ifdef UPDATE_CHECK
 #import <Cocoa/Cocoa.h>
+#import "intf.h"
 #import <vlc_update.h>
 
+
 @interface VLCUpdate : NSObject
 {
     IBOutlet id o_btn_DownloadNow;
@@ -42,7 +44,7 @@
     IBOutlet id o_chk_updateOnStartup;
 
     update_t * p_u;
-    vlc_bool_t b_checked;
+    bool b_checked;
 }
 
 - (IBAction)download:(id)sender;