aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/world.h b/src/world.h
index f1124023..5e8adaeb 100644
--- a/src/world.h
+++ b/src/world.h
@@ -43,6 +43,8 @@ struct SerdWorldImpl {
uint32_t next_blank_id;
uint32_t next_document_id;
+ SerdAllocator* allocator;
+
bool stderr_color;
};