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;