]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/axis.cc
``slikken kreng''
[lilypond.git] / flower / axis.cc
index 299e6b5443e6379809099219a8fbeefa5ebeb48e..b9fc00b0040cc95044ad03cf548e2eca932d74ae 100644 (file)
@@ -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'));
 }