aboutsummaryrefslogtreecommitdiffstats
path: root/src/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/model.h')
-rw-r--r--src/model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model.h b/src/model.h
index 5fbf6209..7c4816a4 100644
--- a/src/model.h
+++ b/src/model.h
@@ -25,6 +25,7 @@
#include <stddef.h>
struct SerdModelImpl {
+ SerdAllocator* allocator; ///< Allocator for everything in this model
SerdWorld* world; ///< World this model is a part of
SerdNodes* nodes; ///< Interned nodes in this model
ZixBTree* indices[12]; ///< Trees of SerdStatement pointers