X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/245faf8ef108ab45b6276848abe7462109194c36..6506ff0f4b593a8958ac45c3240df9030530e160:/util/charstat.cpp diff --git a/util/charstat.cpp b/util/charstat.cpp index ae96135..ba4631b 100644 --- a/util/charstat.cpp +++ b/util/charstat.cpp @@ -7,7 +7,7 @@ #include #include -typedef std::map< char, unsigned > freq_type; +typedef std::map< unsigned char, unsigned > freq_type; class print: public std::unary_function< freq_type::value_type, void > {