PSMTabBarController should implement NSMenuDelegate protocol for Snow Leopard.
It's just a warning but I really want my projects to compile without any
warnings. Here's a patch to add the necessary declaration.
Maybe this needs to be wrapped in some #ifdefs or something so it compiles for
older SDKs.
----- Patch ------
@@ -10,7 +10,7 @@
@class PSMTabBarControl, PSMTabBarCell;
-@interface PSMTabBarController : NSObject {
+@interface PSMTabBarController : NSObject < NSMenuDelegate > {
PSMTabBarControl *_control;
NSMutableArray *_cellTrackingRects, *_closeButtonTrackingRects;
NSMutableArray *_cellFrames;
Original issue reported on code.google.com by sven.weidauer@gmail.com on 11 Aug 2010 at 9:01
Original issue reported on code.google.com by
sven.weidauer@gmail.com
on 11 Aug 2010 at 9:01