aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPDFExporter.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPDFExporter.m')
-rw-r--r--Source/SPPDFExporter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPPDFExporter.m b/Source/SPPDFExporter.m
index 61cdc6bd..cb54babb 100644
--- a/Source/SPPDFExporter.m
+++ b/Source/SPPDFExporter.m
@@ -44,7 +44,7 @@
*
* @return The initialised instance
*/
-- (id)initWithDelegate:(NSObject *)exportDelegate
+- (id)initWithDelegate:(NSObject<SPPDFExporterProtocol> *)exportDelegate
{
if ((self = [super init])) {
SPExportDelegateConformsToProtocol(exportDelegate, @protocol(SPPDFExporterProtocol));