diff options
Diffstat (limited to 'Source/SPDotExporter.m')
-rw-r--r-- | Source/SPDotExporter.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDotExporter.m b/Source/SPDotExporter.m index 13bf13a5..5a655ca3 100644 --- a/Source/SPDotExporter.m +++ b/Source/SPDotExporter.m @@ -54,7 +54,7 @@ * * @return The initialised instance */ -- (id)initWithDelegate:(NSObject *)exportDelegate +- (id)initWithDelegate:(NSObject<SPDotExporterProtocol> *)exportDelegate { if ((self = [super init])) { SPExportDelegateConformsToProtocol(exportDelegate, @protocol(SPDotExporterProtocol)); |