diff options
Diffstat (limited to 'macosx/Source/MemBadgeView.m')
| -rw-r--r-- | macosx/Source/MemBadgeView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Source/MemBadgeView.m b/macosx/Source/MemBadgeView.m index e15a6302..95157ea7 100644 --- a/macosx/Source/MemBadgeView.m +++ b/macosx/Source/MemBadgeView.m @@ -11,7 +11,7 @@ @implementation MemBadgeView //TODO: also include the memory count in the view as well. -- (id)initWithFrame:(NSRect)frame +- (instancetype)initWithFrame:(NSRect)frame { self = [super initWithFrame:frame]; if (self) { |
