summaryrefslogtreecommitdiff
path: root/cocoa/LocalHistoryController.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-02-09 00:34:47 +0000
committerVincent Sanders <vince@kyllikki.org>2016-02-09 00:34:47 +0000
commit2d2268f5dc2cc2c2be6ea24a08551cf8a38806b2 (patch)
tree10fb0ffee5e792405e6c1dd6d73b19ab5b8c1c32 /cocoa/LocalHistoryController.h
parent36d1ae479ba27bd03f17c7b304e340757fb3101a (diff)
downloadnetsurf-2d2268f5dc2cc2c2be6ea24a08551cf8a38806b2.tar.gz
netsurf-2d2268f5dc2cc2c2be6ea24a08551cf8a38806b2.tar.bz2
clean up cocoa warnings on os x yosemite sdk
Diffstat (limited to 'cocoa/LocalHistoryController.h')
-rw-r--r--cocoa/LocalHistoryController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/LocalHistoryController.h b/cocoa/LocalHistoryController.h
index 8b8018c88..3e6d1775e 100644
--- a/cocoa/LocalHistoryController.h
+++ b/cocoa/LocalHistoryController.h
@@ -29,7 +29,7 @@
@property (readwrite, assign, nonatomic) BrowserView *browser;
@property (readwrite, assign, nonatomic) IBOutlet HistoryView *history;
-- initWithBrowser: (BrowserView *) bw;
+- (id)initWithBrowser: (BrowserView *) bw;
- (void) attachToView: (NSView *) view;
- (void) detach;