X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=libcds%2Fsrc%2Fstatic_sequence%2Fwt_coder_huff.h;h=1811ff0f57623adef02ac8d57b386acd54740678;hb=e38bc834442d5369a523ba47d74865e48995ace4;hp=85fa2f78051913a9af2dd358668e0db772af2535;hpb=450ba3c9c74665094fb8f6821d6cc92d2bf23011;p=SXSI%2FXMLTree.git diff --git a/libcds/src/static_sequence/wt_coder_huff.h b/libcds/src/static_sequence/wt_coder_huff.h index 85fa2f7..1811ff0 100644 --- a/libcds/src/static_sequence/wt_coder_huff.h +++ b/libcds/src/static_sequence/wt_coder_huff.h @@ -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);