Skip to content

Commit

Permalink
put annot behind mayberef
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bk committed Dec 16, 2023
1 parent 7b230f5 commit ebbc44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/src/object/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ pub struct Page {
pub vp: Option<Primitive>,

#[pdf(key="Annots", default="vec![]")]
pub annotations: Vec<Ref<Annot>>,
pub annotations: Vec<MaybeRef<Annot>>,

#[pdf(other)]
pub other: Dictionary,
Expand Down

0 comments on commit ebbc44c

Please sign in to comment.