diff --git a/AppKit/CPWindow/CPWindow.j b/AppKit/CPWindow/CPWindow.j index 68def85a8..7520f25f4 100644 --- a/AppKit/CPWindow/CPWindow.j +++ b/AppKit/CPWindow/CPWindow.j @@ -1141,7 +1141,7 @@ CPTexturedBackgroundWindowMask \c aResponder accept first responder, then finally tell it to become first responder. @return \c YES if the attempt was successful. \c NO otherwise. */ -- (void)makeFirstResponder:(CPResponder)aResponder +- (BOOL)makeFirstResponder:(CPResponder)aResponder { if (_firstResponder == aResponder) return YES;