diff options
Diffstat (limited to 'macosx/HBLanguagesSelection.h')
-rw-r--r-- | macosx/HBLanguagesSelection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBLanguagesSelection.h b/macosx/HBLanguagesSelection.h index c5d96052e..4bcfecb21 100644 --- a/macosx/HBLanguagesSelection.h +++ b/macosx/HBLanguagesSelection.h @@ -52,6 +52,6 @@ */ @property (nonatomic, readwrite) BOOL isDragginEnabled; -@property (assign) IBOutlet NSTableView *tableView; +@property (unsafe_unretained) IBOutlet NSTableView *tableView; @end |