summaryrefslogtreecommitdiff
path: root/frontends/cocoa/HistoryView.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/HistoryView.h')
-rw-r--r--frontends/cocoa/HistoryView.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/cocoa/HistoryView.h b/frontends/cocoa/HistoryView.h
index 5e4b45447..42e73dd76 100644
--- a/frontends/cocoa/HistoryView.h
+++ b/frontends/cocoa/HistoryView.h
@@ -22,13 +22,13 @@
@class BrowserView;
@interface HistoryView : NSView {
- struct browser_window *browser;
- NSMutableArray *toolTips;
+ struct browser_window *browser;
+ NSMutableArray *toolTips;
}
@property (readwrite, retain, nonatomic) BrowserView *browser;
-- (void) updateHistory;
-- (NSSize) size;
+- (void)updateHistory;
+- (NSSize)size;
@end