diff options
Diffstat (limited to 'cocoa/InfoBar.mm')
-rw-r--r-- | cocoa/InfoBar.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/InfoBar.mm b/cocoa/InfoBar.mm index 5d6bdb176..6004e15cc 100644 --- a/cocoa/InfoBar.mm +++ b/cocoa/InfoBar.mm @@ -80,7 +80,7 @@ @implementation InfoBar -- (id) initWithFrame: (NSRect) frame +- (instancetype) initWithFrame: (NSRect) frame { self = [super initWithFrame: frame]; if (self) |