summaryrefslogtreecommitdiff
path: root/cocoa/BrowserViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/BrowserViewController.h')
-rw-r--r--cocoa/BrowserViewController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/BrowserViewController.h b/cocoa/BrowserViewController.h
index 6c498766e..6b4c3e79c 100644
--- a/cocoa/BrowserViewController.h
+++ b/cocoa/BrowserViewController.h
@@ -47,7 +47,7 @@ struct browser_window;
@property (readwrite, assign, nonatomic) BOOL canGoBack;
@property (readwrite, assign, nonatomic) BOOL canGoForward;
-- initWithBrowser: (struct browser_window *) bw;
+- (id) initWithBrowser: (struct browser_window *) bw;
- (void) contentUpdated;
- (void) updateBackForward;