aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reader.h')
-rw-r--r--src/reader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reader.h b/src/reader.h
index b4109eea..05a5de6a 100644
--- a/src/reader.h
+++ b/src/reader.h
@@ -46,7 +46,8 @@ typedef struct {
} ReadContext;
struct SerdReaderImpl {
- const SerdSink* sink;
+ SerdWorld* world;
+ const SerdSink* sink;
SerdErrorSink error_sink;
void* error_handle;
Ref rdf_first;