Adding support for building wavelet trees using uchar arrays
[SXSI/XMLTree.git] / libcds / src / coders / huffman_codes.h
index a82c8dd..7538225 100644 (file)
@@ -34,6 +34,7 @@ class huffman_codes {
   public:
     /** Creates the codes for the sequence seq of length n */
     huffman_codes(uint * seq, uint n);
+    huffman_codes(uchar * seq, uint n);
     ~huffman_codes();
     
     /** Encodes symb into stream at bit-position pos, return the ending position (bits) */