diff options
author | stuconnolly <stuart02@gmail.com> | 2013-01-24 20:53:51 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-01-24 20:53:51 +0000 |
commit | ceb7ac070de284fea209962bf7352bffc1788218 (patch) | |
tree | 70e433aa8a2ff9f080c49ec05e5a51230053661e /Frameworks | |
parent | 5956ce23cb3e98a14aff79ceb122b47712442953 (diff) | |
download | sequelpro-ceb7ac070de284fea209962bf7352bffc1788218.tar.gz sequelpro-ceb7ac070de284fea209962bf7352bffc1788218.tar.bz2 sequelpro-ceb7ac070de284fea209962bf7352bffc1788218.zip |
Fix warnings due to not conforming to 10.6 protocols.
Diffstat (limited to 'Frameworks')
-rw-r--r-- | Frameworks/PSMTabBar/PSMTabBarController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Frameworks/PSMTabBar/PSMTabBarController.h b/Frameworks/PSMTabBar/PSMTabBarController.h index 3f8b4787..4389a136 100644 --- a/Frameworks/PSMTabBar/PSMTabBarController.h +++ b/Frameworks/PSMTabBar/PSMTabBarController.h @@ -10,7 +10,8 @@ @class PSMTabBarControl, PSMTabBarCell; -@interface PSMTabBarController : NSObject { +@interface PSMTabBarController : NSObject <NSMenuDelegate> +{ PSMTabBarControl *_control; NSMutableArray *_cellTrackingRects, *_closeButtonTrackingRects; NSMutableArray *_cellFrames; |