Bring mac code into conformance with -Wobjc-missing-property-synthesis
This commit is contained in:
parent
f3c00e96aa
commit
eb7ccf8afa
3 changed files with 15 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
|
||||
@implementation PopUpButtonHandler
|
||||
|
||||
@synthesize savePanel;
|
||||
@synthesize fileTypesList;
|
||||
|
||||
- (instancetype)initWithPanel:(NSSavePanel*)panel
|
||||
andTypesList:(NSArray*)typesList {
|
||||
self = [super init];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue