]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template5.cc
* buildscripts/guile-gnome.sh: Build without gcc libtool version
[lilypond.git] / lily / template5.cc
index 19e75a3874916ff1874ebbd24f4cb620f1b8d181..8a7183825242a0f934aadf091bce249e50cb0efe 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <limits.h>
@@ -24,7 +24,7 @@ Interval_t<Rational>::infinity ()
 String
 Interval_t<Rational>::T_to_string (Rational a)
 {
-  return a.string ();
+  return a.to_string ();
 }