summaryrefslogtreecommitdiff
path: root/frontends/cocoa/LocalHistoryController.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/LocalHistoryController.h')
-rw-r--r--frontends/cocoa/LocalHistoryController.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/frontends/cocoa/LocalHistoryController.h b/frontends/cocoa/LocalHistoryController.h
index 22a79c6ec..d7609238e 100644
--- a/frontends/cocoa/LocalHistoryController.h
+++ b/frontends/cocoa/LocalHistoryController.h
@@ -26,12 +26,12 @@
@property (readwrite, nonatomic) BrowserView *browser;
@property (readwrite, nonatomic) IBOutlet HistoryView *history;
-- (id)initWithBrowser: (BrowserView *) bw;
+- (id)initWithBrowser:(BrowserView *)bw;
-- (void) attachToView: (NSView *) view;
-- (void) detach;
-- (void) redraw;
+- (void)attachToView:(NSView *)view;
+- (void)detach;
+- (void)redraw;
-- (void) keyDown: (NSEvent *)theEvent;
+- (void)keyDown:(NSEvent *)theEvent;
@end