summaryrefslogtreecommitdiffstats
path: root/trie.h
diff options
context:
space:
mode:
Diffstat (limited to 'trie.h')
-rw-r--r--trie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trie.h b/trie.h
index 48f69cc..ae554e7 100644
--- a/trie.h
+++ b/trie.h
@@ -35,7 +35,7 @@ struct trie_leaf {
/**
* An arbitrary value associated with this leaf.
*/
- const void *value;
+ void *value;
/**
* The length of the key in bytes.