ObjFW  Diff

Differences From Artifact [c9284fd43c]:

To Artifact [26f973a124]:


118
119
120
121
122
123
124


125
126
127
128
129
130
131
	   andWideArgumentValues: wargv];
#endif

	delegate = [[cls alloc] init];
	[app setDelegate: delegate];

	[app OF_run];



	return 0;
}

@implementation OFApplication
+ (OFApplication*)sharedApplication
{







>
>







118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
	   andWideArgumentValues: wargv];
#endif

	delegate = [[cls alloc] init];
	[app setDelegate: delegate];

	[app OF_run];

	[delegate release];

	return 0;
}

@implementation OFApplication
+ (OFApplication*)sharedApplication
{