]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template5.cc
* lily/align-interface.cc (find_fixed_alignment_parent): new function.
[lilypond.git] / lily / template5.cc
index 362acdd01ec9331b18c5b07b292919b79500c324..33d9b32f18be2aa2269f45af664408becb917929 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <limits.h>
@@ -22,9 +22,9 @@ Interval_t<Rational>::infinity ()
 }
 
 String
-Interval_t<Rational>::T_to_str (Rational a)
+Interval_t<Rational>::T_to_string (Rational a)
 {
-  return a.str ();
+  return a.to_string ();
 }