X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/3263678eef57c78d7017185eaa2efb9e644c7f29..abdb0712ef9e62ff570497eb0e7072eb92b23722:/ITStatusItem.h diff --git a/ITStatusItem.h b/ITStatusItem.h index 7085c78..4ed0643 100644 --- a/ITStatusItem.h +++ b/ITStatusItem.h @@ -22,6 +22,7 @@ @interface ITStatusItem : NSStatusItem { id _menuProvider; + NSMenu *_menuProxy; } - (id)initWithStatusBar:(NSStatusBar *)statusBar withLength:(float)length;