summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuAnnotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Classes/MuAnnotation.h')
-rw-r--r--platform/ios/Classes/MuAnnotation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/Classes/MuAnnotation.h b/platform/ios/Classes/MuAnnotation.h
index d706e371..32192dc4 100644
--- a/platform/ios/Classes/MuAnnotation.h
+++ b/platform/ios/Classes/MuAnnotation.h
@@ -3,8 +3,8 @@
#import <Foundation/Foundation.h>
@interface MuAnnotation : NSObject
--(id) initFromAnnot:(fz_annot *)annot forDoc:(fz_document *)doc;
+-(id) initFromAnnot:(fz_annot *)annot forPage:(fz_page *)page;
@property(readonly) int type;
@property(readonly) CGRect rect;
-+(MuAnnotation *) annotFromAnnot:(fz_annot *)annot forDoc:(fz_document *)doc;
++(MuAnnotation *) annotFromAnnot:(fz_annot *)annot forPage:(fz_page *)page;
@end