From a1ec666ceda13ac604bef4b35d456ec6d1624b52 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 15 Nov 2022 22:54:44 +0000 Subject: [PATCH] Adjust to ObjFW changes FossilOrigin-Name: 7b7392ad32b559f18decc788edacbddc89a9b8f7c4b17012a058752dcbe1256a --- CryptoPassphrase.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoPassphrase.m b/CryptoPassphrase.m index 0c532c5..6b5f319 100644 --- a/CryptoPassphrase.m +++ b/CryptoPassphrase.m @@ -47,7 +47,7 @@ showHelp(OFStream *output, bool verbose) } @implementation CryptoPassphrase -- (void)applicationDidFinishLaunching +- (void)applicationDidFinishLaunching: (OFNotification *)notification { OFString *keyFilePath, *lengthString; const OFOptionsParserOption options[] = {