aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd/writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/serd/writer.h')
-rw-r--r--include/serd/writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/serd/writer.h b/include/serd/writer.h
index 41ffb8cd..b85c7b82 100644
--- a/include/serd/writer.h
+++ b/include/serd/writer.h
@@ -51,7 +51,7 @@ SERD_API SerdWriter* ZIX_ALLOCATED
serd_writer_new(SerdWorld* ZIX_NONNULL world,
SerdSyntax syntax,
SerdWriterFlags flags,
- SerdEnv* ZIX_NONNULL env,
+ const SerdEnv* ZIX_NONNULL env,
SerdOutputStream* ZIX_NONNULL output,
size_t block_size);