aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLExporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPSQLExporter.h')
-rw-r--r--Source/SPSQLExporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPSQLExporter.h b/Source/SPSQLExporter.h
index 1d3717f2..079e1412 100644
--- a/Source/SPSQLExporter.h
+++ b/Source/SPSQLExporter.h
@@ -135,7 +135,7 @@
*/
@property(readwrite, assign) SPSQLExportInsertDivider sqlInsertDivider;
-- (id)initWithDelegate:(NSObject *)exportDelegate;
+- (id)initWithDelegate:(NSObject<SPSQLExporterProtocol> *)exportDelegate;
- (BOOL)didExportErrorsOccur;