mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 20:57:54 -05:00
Don’t use weak pointers with NSViewController
This is not supported on 10.7 (and leads to a crash).
This commit is contained in:
@@ -85,7 +85,7 @@ OAK_DEBUG_VAR(FilterList_BundleItemChooser);
|
||||
@end
|
||||
|
||||
@interface BundleItemChooserView : NSView
|
||||
@property (nonatomic, weak) BundleItemChooserViewController* viewController;
|
||||
@property (nonatomic, assign) BundleItemChooserViewController* viewController;
|
||||
@end
|
||||
|
||||
@implementation BundleItemChooserView
|
||||
|
||||
Reference in New Issue
Block a user