diff options
Diffstat (limited to 'macosx/HBExceptionAlertController.m')
-rw-r--r-- | macosx/HBExceptionAlertController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBExceptionAlertController.m b/macosx/HBExceptionAlertController.m index 001794cac..5fc69dcbc 100644 --- a/macosx/HBExceptionAlertController.m +++ b/macosx/HBExceptionAlertController.m @@ -8,7 +8,7 @@ @implementation HBExceptionAlertController -- (id)init +- (instancetype)init { return [self initWithWindowNibName:@"ExceptionAlert"]; } |