diff --git a/src/structure.rs b/src/structure.rs index a5def42..68c1c43 100644 --- a/src/structure.rs +++ b/src/structure.rs @@ -133,7 +133,7 @@ impl<'a> Catalog<'a> { /// /// Each entry in the array is an [output intent /// dictionary.](writers::OutputIntent) - pub fn output_intents(&mut self) -> TypedArray<'_, Dict> { + pub fn output_intents(&mut self) -> TypedArray<'_, OutputIntent> { self.insert(Name(b"OutputIntents")).array().typed() } }