summaryrefslogtreecommitdiff
path: root/src/trie.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/trie.hpp')
-rw-r--r--src/trie.hpp2
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;