diff options
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index df9fac0a..3ccdfd74 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -27,7 +27,6 @@ #import "SPConstants.h" -@protocol NSTabViewDelegate; @class MCPConnection, BWAnchoredButtonBar; /** @@ -37,7 +36,7 @@ * * Export controller. */ -@interface SPExportController : NSWindowController <NSTabViewDelegate> +@interface SPExportController : NSWindowController { // Controllers IBOutlet id tableDocumentInstance; |