X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fstring-convert.hh;h=21ec7f189e2dcd7789623ae1f31df4b8af29c7d3;hb=f2fbf0dd215c8af6a30aae6c9634f3b92333b0ab;hp=64e23e0f8baab623ea05c46497d59a77cf69d128;hpb=2c8c61b3a5cddbb155786a1ca027528701c91ac9;p=lilypond.git diff --git a/flower/include/string-convert.hh b/flower/include/string-convert.hh index 64e23e0f8b..21ec7f189e 100644 --- a/flower/include/string-convert.hh +++ b/flower/include/string-convert.hh @@ -9,7 +9,6 @@ #include using namespace std; -#include "std-string.hh" #include "flower-proto.hh" /** The functor string_convert handles all conversions to/from string @@ -23,6 +22,7 @@ public: static string pad_to (string s, int length); static string bool_string (bool b); static string bin2dec (string bin_string); + static string bin2hex (Byte bin_char); static string bin2hex (string bin_string); static string dec2bin (string str); static int bin2int (string bin_string);