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, 1 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h
index 9d6dd4d2..ef19fb7f 100644
--- a/src/world.h
+++ b/src/world.h
@@ -24,7 +24,7 @@
struct SerdWorldImpl {
SerdNodes* nodes;
- SerdMessageSink msg_sink;
+ SerdMessageFunc msg_func;
void* msg_handle;
uint32_t next_blank_id;
SerdNode* blank_node;