X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fstring-convert.hh;h=21ec7f189e2dcd7789623ae1f31df4b8af29c7d3;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=1277890929f73176253a00fedddc70cf9d09eb86;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/flower/include/string-convert.hh b/flower/include/string-convert.hh index 1277890929..21ec7f189e 100644 --- a/flower/include/string-convert.hh +++ b/flower/include/string-convert.hh @@ -22,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);