aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writer.c b/src/writer.c
index 24f00429..446bcb18 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -1014,7 +1014,7 @@ serd_writer_free(SerdWriter* writer)
free(writer);
}
-const SerdSink*
+SerdSink*
serd_writer_get_sink(SerdWriter* writer)
{
return &writer->iface;