diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-06 16:13:05 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-06 16:13:05 +0000 |
commit | 23c8a125dca16dd846a25d7ab30266e52f8048f2 (patch) | |
tree | 0547a7225b6a8e794e73392756679a266e4d40f9 /Source/SPExportController.h | |
parent | 3f2838787602f50176a0ea4e15c0f69cd403920c (diff) | |
download | sequelpro-23c8a125dca16dd846a25d7ab30266e52f8048f2.tar.gz sequelpro-23c8a125dca16dd846a25d7ab30266e52f8048f2.tar.bz2 sequelpro-23c8a125dca16dd846a25d7ab30266e52f8048f2.zip |
More export redesign work.
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index ec396db5..645ade0a 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -25,6 +25,8 @@ #import <Cocoa/Cocoa.h> #import <MCPKit/MCPKit.h> +#import "SPExporterDataAccess.h" + // Export type constants enum { SP_SQL_EXPORT = 1, @@ -44,7 +46,7 @@ enum { }; typedef NSUInteger SPExportSource; -@interface SPExportController : NSObject +@interface SPExportController : NSObject <SPExporterDataAccess> { // Table document IBOutlet id tableDocumentInstance; |