diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h index 2499b761..f615868a 100644 --- a/src/world.h +++ b/src/world.h @@ -14,10 +14,11 @@ #include <stdint.h> struct SerdWorldImpl { - SerdLimits limits; SerdAllocator* allocator; SerdLog log; + SerdLimits limits; uint32_t next_blank_id; + uint32_t next_document_id; SerdNode* blank_node; bool stderr_color; |