X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=libcds%2Fsrc%2Fcoders%2Fhuffman_codes.h;h=7538225ce562d595c595e2bee94933850a2df9fe;hb=4e6e8f179979f24c8f77e11eb8f6cc3d609a52d4;hp=a82c8dda18e633a65fb790c13e713531f00356f4;hpb=a9846746dc7a55764591fcc273fd48c6049df962;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) */