aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env.h b/src/env.h
index 934b9879..fcbd837e 100644
--- a/src/env.h
+++ b/src/env.h
@@ -28,7 +28,7 @@ serd_env_qualify_in_place(const SerdEnv* env,
*/
SerdStatus
serd_env_expand_in_place(const SerdEnv* env,
- const SerdNode* curie,
+ SerdStringView curie,
SerdStringView* uri_prefix,
SerdStringView* uri_suffix);