aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHTMLExporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPHTMLExporter.h')
-rw-r--r--Source/SPHTMLExporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPHTMLExporter.h b/Source/SPHTMLExporter.h
index 8fc7e54a..521aed9f 100644
--- a/Source/SPHTMLExporter.h
+++ b/Source/SPHTMLExporter.h
@@ -41,7 +41,7 @@
/**
* @property delegate Exporter delegate
*/
-@property(readwrite, assign) NSObject *delegate;
+@property(readwrite, assign) NSObject <SPHTMLExporterProtocol> *delegate;
- (id)initWithDelegate:(NSObject *)exportDelegate;