summaryrefslogtreecommitdiff
path: root/src/mtrie.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtrie.hpp')
-rw-r--r--src/mtrie.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtrie.hpp b/src/mtrie.hpp
index 45426ae..9545ae4 100644
--- a/src/mtrie.hpp
+++ b/src/mtrie.hpp
@@ -73,7 +73,7 @@ namespace xs
bool is_redundant () const;
typedef std::set <xs::pipe_t*> pipes_t;
- pipes_t pipes;
+ pipes_t *pipes;
unsigned char min;
unsigned short count;