Add nextNodeBefore primitive.
[SXSI/XMLTree.git] / libcds / src / static_sequence / wt_coder_huff.h
index 85fa2f7..1811ff0 100644 (file)
@@ -36,6 +36,7 @@ class wt_coder_huff: public wt_coder {
     /** Buils a wt_coder_huff using the sequence of length n and the alphabet_mapper
      *  to determine the huffman codes */
                wt_coder_huff(uint *symbs, uint n, alphabet_mapper * am);
+               wt_coder_huff(uchar *symbs, uint n, alphabet_mapper * am);
                virtual ~wt_coder_huff();
                virtual bool is_set(uint symbol, uint l);
                virtual bool done(uint symbol, uint l);