X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Faxis.cc;h=b9fc00b0040cc95044ad03cf548e2eca932d74ae;hb=52aa2e58ed0912a474c94284e5f7a1cc8f9b6612;hp=299e6b5443e6379809099219a8fbeefa5ebeb48e;hpb=af9078fd6d63dea5141e87a1b4d7cb5b0bcba84a;p=lilypond.git diff --git a/flower/axis.cc b/flower/axis.cc index 299e6b5443..b9fc00b004 100644 --- a/flower/axis.cc +++ b/flower/axis.cc @@ -11,9 +11,9 @@ #include "string.hh" String -axis_name_str (Axis a) +axis_name_string (Axis a) { - return to_str (char (a + 'x')); + return to_string (char (a + 'x')); }