Adjust to ObjFW changes

FossilOrigin-Name: 7b7392ad32b559f18decc788edacbddc89a9b8f7c4b17012a058752dcbe1256a
This commit is contained in:
Jonathan Schleifer 2022-11-15 22:54:44 +00:00
parent 1ca879eb8e
commit a1ec666ced

View file

@ -47,7 +47,7 @@ showHelp(OFStream *output, bool verbose)
} }
@implementation CryptoPassphrase @implementation CryptoPassphrase
- (void)applicationDidFinishLaunching - (void)applicationDidFinishLaunching: (OFNotification *)notification
{ {
OFString *keyFilePath, *lengthString; OFString *keyFilePath, *lengthString;
const OFOptionsParserOption options[] = { const OFOptionsParserOption options[] = {