summaryrefslogtreecommitdiff
path: root/src/library/structure/doc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/structure/doc.rs')
-rw-r--r--src/library/structure/doc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/structure/doc.rs b/src/library/structure/doc.rs
index ba848b64..c3af3f1c 100644
--- a/src/library/structure/doc.rs
+++ b/src/library/structure/doc.rs
@@ -9,7 +9,7 @@ impl DocNode {
/// Layout the document into a sequence of frames, one per page.
pub fn layout(
&self,
- world: &dyn World,
+ world: Tracked<dyn World>,
styles: StyleChain,
) -> SourceResult<Vec<Frame>> {
let mut frames = vec![];