]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/axis.cc
2003 -> 2004
[lilypond.git] / flower / axis.cc
index 299e6b5443e6379809099219a8fbeefa5ebeb48e..7b264c2da905c4156e408d619b1da1b3799f4263 100644 (file)
@@ -3,7 +3,7 @@
 
 
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <assert.h>
@@ -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'));
 }