diff options
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r-- | Source/SPWindowController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h index 528c1c84..8700019c 100644 --- a/Source/SPWindowController.h +++ b/Source/SPWindowController.h @@ -71,5 +71,6 @@ - (NSArray *)documents; - (void)selectTabAtIndex:(NSInteger)index; - (void)setHideForSingleTab:(BOOL)hide; +- (void)updateTabBar; @end |