summaryrefslogtreecommitdiffstats
path: root/sord/sordmm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sord/sordmm.hpp')
-rw-r--r--sord/sordmm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sord/sordmm.hpp b/sord/sordmm.hpp
index 8977dc1..5345b92 100644
--- a/sord/sordmm.hpp
+++ b/sord/sordmm.hpp
@@ -75,7 +75,7 @@ public:
const std::string& uri) {
const SerdNode name_node = string_to_node(SERD_LITERAL, name);
const SerdNode uri_node = string_to_node(SERD_URI, uri);
- serd_env_add(_c_obj, &name_node, &uri_node);
+ serd_env_set_prefix(_c_obj, &name_node, &uri_node);
}
inline std::string qualify(std::string uri) const {