aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
diff options
context:
space:
mode:
Diffstat (limited to 'serd/serd.h')
-rw-r--r--serd/serd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/serd/serd.h b/serd/serd.h
index 7580207d..3b0fe41a 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -547,7 +547,7 @@ serd_read_state_expand(SerdReadState* state,
Get the current base URI.
*/
SERD_API
-SerdNode
+const SerdNode*
serd_read_state_get_base_uri(SerdReadState* state,
SerdURI* out);