diff options
Diffstat (limited to 'macosx/HBSubtitlesDefaultsController.m')
-rw-r--r-- | macosx/HBSubtitlesDefaultsController.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBSubtitlesDefaultsController.m b/macosx/HBSubtitlesDefaultsController.m index adff701ec..a1b0307b8 100644 --- a/macosx/HBSubtitlesDefaultsController.m +++ b/macosx/HBSubtitlesDefaultsController.m @@ -16,8 +16,8 @@ static void *HBSubtitlesDefaultsContext = &HBSubtitlesDefaultsContext; @property (nonatomic, readonly) HBSubtitlesDefaults *settings; @property (nonatomic, readonly) HBLanguagesSelection *languagesList; -@property (unsafe_unretained) IBOutlet HBLanguageArrayController *tableController; -@property (unsafe_unretained) IBOutlet NSButton *showAllButton; +@property (nonatomic, unsafe_unretained) IBOutlet HBLanguageArrayController *tableController; +@property (nonatomic, unsafe_unretained) IBOutlet NSButton *showAllButton; @end |