X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=libcds%2Fsrc%2Fcoders%2Fhuffman_codes.h;h=7538225ce562d595c595e2bee94933850a2df9fe;hb=4bd816265ae88b4e1631634260384baa559f8967;hp=a82c8dda18e633a65fb790c13e713531f00356f4;hpb=9dced5087c7c68760989cacd8bb6355099309ac0;p=SXSI%2FXMLTree.git diff --git a/libcds/src/coders/huffman_codes.h b/libcds/src/coders/huffman_codes.h index a82c8dd..7538225 100644 --- a/libcds/src/coders/huffman_codes.h +++ b/libcds/src/coders/huffman_codes.h @@ -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) */