summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPrintPageRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Classes/MuPrintPageRenderer.h')
-rw-r--r--platform/ios/Classes/MuPrintPageRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/Classes/MuPrintPageRenderer.h b/platform/ios/Classes/MuPrintPageRenderer.h
index 8a48c6e3..ffda7025 100644
--- a/platform/ios/Classes/MuPrintPageRenderer.h
+++ b/platform/ios/Classes/MuPrintPageRenderer.h
@@ -4,6 +4,6 @@
@interface MuPrintPageRenderer : UIPrintPageRenderer
--(id) initWithDocRef:(MuDocRef *) docRef;
+-(instancetype) initWithDocRef:(MuDocRef *) docRef;
@end