change weak ptr ref to strong
This commit is contained in:
parent
3085c78bcf
commit
36cf548114
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
#include "base/strings/sys_string_conversions.h"
|
#include "base/strings/sys_string_conversions.h"
|
||||||
|
|
||||||
@interface PopUpButtonHandler : NSObject
|
@interface PopUpButtonHandler : NSObject
|
||||||
@property (nonatomic, weak) NSSavePanel *savePanel;
|
@property (nonatomic, strong) NSSavePanel *savePanel;
|
||||||
@property (nonatomic, weak) NSArray *fileTypes;
|
@property (nonatomic, strong) NSArray *fileTypes;
|
||||||
- (instancetype)initWithPanel:(NSSavePanel *)panel andTypes:(NSArray *)types;
|
- (instancetype)initWithPanel:(NSSavePanel *)panel andTypes:(NSArray *)types;
|
||||||
- (void)selectFormat:(id)sender;
|
- (void)selectFormat:(id)sender;
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue