Adjust to ObjFW changes

FossilOrigin-Name: bd405f3759e055a6385f2296dbabf1bf11fce0f71dc1a4c9d6a1c36a50cf2362
This commit is contained in:
Jonathan Schleifer 2024-05-04 21:18:40 +00:00
parent e6c76beab5
commit 812dd76e1f
2 changed files with 22 additions and 38 deletions

View file

@ -33,7 +33,7 @@
OF_APPLICATION_DELEGATE(TestApp)
@implementation TestApp
- (void)applicationDidFinishLaunching
- (void)applicationDidFinishLaunching: (OFNotification *)notification
{
IRCConnection *connection = [[IRCConnection alloc] init];