X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=libcds%2Fsrc%2Fstatic_sequence%2Fwt_coder_binary.h;h=850daf2257b83dc0842f97c0ef613a90f657da5d;hb=eea9c5c03f004e3facd74f004ded0e3801e72ab2;hp=2b87854747c14042dc9dd88f4413d9ef101aec22;hpb=0412eaf977e4ef67f68db6ded4f1cee0e12cee4f;p=SXSI%2FXMLTree.git diff --git a/libcds/src/static_sequence/wt_coder_binary.h b/libcds/src/static_sequence/wt_coder_binary.h index 2b87854..850daf2 100644 --- a/libcds/src/static_sequence/wt_coder_binary.h +++ b/libcds/src/static_sequence/wt_coder_binary.h @@ -36,6 +36,7 @@ class wt_coder_binary: public wt_coder { /** Buils a wt_coder_binary using the sequence of length n and the alphabet_mapper * to determine the length of the binary codes */ wt_coder_binary(uint * seq, uint n, alphabet_mapper * am); + wt_coder_binary(uchar * seq, uint n, alphabet_mapper * am); virtual ~wt_coder_binary(); virtual bool is_set(uint symbol, uint l); virtual bool done(uint symbol, uint l);