@@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2021 Jonathan Schleifer + * Copyright (c) 2016 - 2023 Jonathan Schleifer * * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -30,11 +30,11 @@ @end OF_APPLICATION_DELEGATE(OFAppDelegate) @implementation OFAppDelegate -- (void)applicationDidFinishLaunching +- (void)applicationDidFinishLaunching: (OFNotification *)notification { int *argc; char ***argv; int status;