summaryrefslogtreecommitdiff
path: root/frontends/cocoa/NetsurfApp.h
diff options
context:
space:
mode:
authorSven Weidauer <sven@5sw.de>2017-06-05 12:43:11 +0200
committerSven Weidauer <sven@5sw.de>2017-06-05 12:43:11 +0200
commite51c739bfc8e0c50161172952c99b8796703c6fe (patch)
tree1b3a47b5123aad511bc91a2b589a2dd2949549e3 /frontends/cocoa/NetsurfApp.h
parent2ba97ae0dbd01a4f46c543ae025249e5349e0585 (diff)
downloadnetsurf-e51c739bfc8e0c50161172952c99b8796703c6fe.tar.gz
netsurf-e51c739bfc8e0c50161172952c99b8796703c6fe.tar.bz2
Start modernising ObjC
Diffstat (limited to 'frontends/cocoa/NetsurfApp.h')
-rw-r--r--frontends/cocoa/NetsurfApp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/cocoa/NetsurfApp.h b/frontends/cocoa/NetsurfApp.h
index ea2802aee..03bf45446 100644
--- a/frontends/cocoa/NetsurfApp.h
+++ b/frontends/cocoa/NetsurfApp.h
@@ -22,8 +22,8 @@
@interface NetSurfApp : NSApplication
-@property (readwrite, nonatomic) BrowserViewController *frontTab;
+@property (nonatomic) BrowserViewController *frontTab;
@end
-NSString *cocoa_get_user_path( NSString *fileName );
+NSString *cocoa_get_user_path(NSString *fileName);