From fa3ebf2ca7a565b11bad68c24316ddfabab23847 Mon Sep 17 00:00:00 2001 From: Alexandre Wilhelm Date: Mon, 9 Dec 2013 01:24:51 -0800 Subject: [PATCH] Fixed: CPAlertDelegate protocol does not implement CPObject protocol --- AppKit/CPAlert.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPAlert.j b/AppKit/CPAlert.j index c85a70173..38aeef5d8 100644 --- a/AppKit/CPAlert.j +++ b/AppKit/CPAlert.j @@ -62,7 +62,7 @@ CPCriticalAlertStyle = 2; var bottomHeight = 71; -@protocol CPAlertDelegate +@protocol CPAlertDelegate @optional - (BOOL)alertShowHelp:(CPAlert)alert;