aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/world.h b/src/world.h
index 96252a7a..83393a5a 100644
--- a/src/world.h
+++ b/src/world.h
@@ -13,11 +13,11 @@
#include <stdio.h>
struct SerdWorldImpl {
- SerdLimits limits;
- SerdErrorFunc error_func;
- void* error_handle;
- uint32_t next_blank_id;
- SerdNode* blank_node;
+ SerdLimits limits;
+ SerdLogFunc error_func;
+ void* error_handle;
+ uint32_t next_blank_id;
+ SerdNode* blank_node;
};
/// Open a file configured for fast sequential reading