Added support for char arrays
[SXSI/XMLTree.git] / libcds / src / static_sequence / wt_coder_binary.h
index 2b87854..850daf2 100644 (file)
@@ -36,6 +36,7 @@ class wt_coder_binary: public wt_coder {
     /** Buils a wt_coder_binary using the sequence of length n and the alphabet_mapper
      *  to determine the length of the binary codes */
                wt_coder_binary(uint * seq, uint n, alphabet_mapper * am);
+               wt_coder_binary(uchar * seq, uint n, alphabet_mapper * am);
                virtual ~wt_coder_binary();
                virtual bool is_set(uint symbol, uint l);
                virtual bool done(uint symbol, uint l);