X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=libcds%2Fsrc%2Fstatic_sequence%2Fwt_coder_huff.h;h=1811ff0f57623adef02ac8d57b386acd54740678;hb=4bd816265ae88b4e1631634260384baa559f8967;hp=85fa2f78051913a9af2dd358668e0db772af2535;hpb=9dced5087c7c68760989cacd8bb6355099309ac0;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);