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