aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reader.h')
-rw-r--r--src/reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reader.h b/src/reader.h
index 7bd4ff95..17c0c49d 100644
--- a/src/reader.h
+++ b/src/reader.h
@@ -36,7 +36,7 @@ typedef struct {
struct SerdReaderImpl {
SerdWorld* world;
const SerdSink* sink;
- SerdErrorFunc error_func;
+ SerdLogFunc error_func;
void* error_handle;
SerdNode* rdf_first;
SerdNode* rdf_rest;