[nfde] Suppress warnings

This commit is contained in:
2022-05-25 21:40:46 -05:00
parent 857094a454
commit 296ebe9d78
2 changed files with 5 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static void AddFilterListToDialog(NSSavePanel* dialog,
NSArray* allowedFileTypes = BuildAllowedFileTypes(filterList, filterCount);
// set it on the dialog
[dialog setAllowedContentTypes:allowedFileTypes];
[dialog setAllowedFileTypes:allowedFileTypes];
}
static void SetDefaultPath(NSSavePanel* dialog, const nfdnchar_t* defaultPath) {