aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-06-13 15:12:46 +0000
committerrowanbeentje <rowan@beent.je>2010-06-13 15:12:46 +0000
commit66de2bb747ac8d60a0be13d570a2d763857964ff (patch)
tree9b25a6383324fc12b989b25f5e945901028c792b /Source/SPExportController.h
parentf8b48ef4cdd9a63ddb1e027c384d62115c5ba598 (diff)
downloadsequelpro-66de2bb747ac8d60a0be13d570a2d763857964ff.tar.gz
sequelpro-66de2bb747ac8d60a0be13d570a2d763857964ff.tar.bz2
sequelpro-66de2bb747ac8d60a0be13d570a2d763857964ff.zip
- Fix SQLexporter known issue from r2311, and fix compilation against the 10.5 SDK
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r--Source/SPExportController.h3
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;