diff options
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r-- | Source/SPWindowController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h index 964cedd5..39b70dcf 100644 --- a/Source/SPWindowController.h +++ b/Source/SPWindowController.h @@ -33,7 +33,7 @@ @class PSMTabBarControl; @class SPDatabaseDocument; -@interface SPWindowController : NSWindowController +@interface SPWindowController : NSWindowController <NSWindowDelegate> { IBOutlet PSMTabBarControl *tabBar; IBOutlet NSTabView *tabView; |