diff options
Diffstat (limited to 'src/trie.hpp')
-rw-r--r-- | src/trie.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trie.hpp b/src/trie.hpp index c085a41..08b2eac 100644 --- a/src/trie.hpp +++ b/src/trie.hpp @@ -42,7 +42,7 @@ namespace zmq uint32_t refcnt; unsigned char min; - unsigned char count; + unsigned short count; union { class trie_t *node; class trie_t **table; |