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 85ceaf62..1d08f0e0 100644
--- a/src/reader.h
+++ b/src/reader.h
@@ -57,7 +57,8 @@ typedef struct {
} ReadContext;
struct SerdReaderImpl {
- const SerdSink* sink;
+ SerdWorld* world;
+ const SerdSink* sink;
SerdErrorSink error_sink;
void* error_handle;
Ref rdf_first;