diff options
Diffstat (limited to 'Source/SPSQLExporter.h')
-rw-r--r-- | Source/SPSQLExporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPSQLExporter.h b/Source/SPSQLExporter.h index c554a51f..559cdc9e 100644 --- a/Source/SPSQLExporter.h +++ b/Source/SPSQLExporter.h @@ -62,7 +62,7 @@ /** * @property delegate Exporter delegate */ -@property(readwrite, assign) NSObject *delegate; +@property(readwrite, assign) NSObject <SPSQLExporterProtocol> *delegate; /** * @property sqlExportTables Tables |