summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sord/sordmm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sord/sordmm.hpp b/sord/sordmm.hpp
index a91ebc2..80bfd62 100644
--- a/sord/sordmm.hpp
+++ b/sord/sordmm.hpp
@@ -111,7 +111,7 @@ public:
}
inline std::string expand(const std::string& curie) const {
- assert(curie.find(":") != std::string::npos);
+ assert(curie.find(':') != std::string::npos);
SerdNode curie_node = string_to_node(SERD_CURIE, curie);
SerdChunk uri_prefix;
SerdChunk uri_suffix;