CoreImage effect loads only with OS X 10.4.0 through 10.4.5. It crashes 10.4.6 currently.
[ITKit.git] / ITStatusItem.h
index 7085c78..4ed0643 100644 (file)
@@ -22,6 +22,7 @@
 
 @interface ITStatusItem : NSStatusItem {
        id <ITStatusItemMenuProvider> _menuProvider;
+       NSMenu *_menuProxy;
 }
 
 - (id)initWithStatusBar:(NSStatusBar *)statusBar withLength:(float)length;