On Tue, May 3, 2011 at 8:49 PM, <davel...@mac.com> wrote: > - (void)noEmailAlertDidEnd:(NSAlert*) returnCode:(NSInteger)retCode > contextInfo:(void*)ctxInfo {
See it now? - (void)noEmailAlertDidEnd:(NSAlert*) returnCode :(NSInteger)retCode contextInfo:(void*)ctxInfo It's using 'returnCode' as the first variable to the message (NSAlert*). And then it sees 'retCode' as a variable without a parameter name. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com