]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template5.cc
Add scons cruft.
[lilypond.git] / lily / template5.cc
index 29f0f1666e962ccfd3c1b4983db486bc9bc91995..fcc788fd14f9160c93bbe621303b77555b682b1f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "moment.hh"
@@ -20,12 +20,10 @@ Interval_t<Rational>::infinity ()
 }
 
 template<>
-String
+string
 Interval_t<Rational>::T_to_string (Rational a)
 {
   return a.to_string ();
 }
 
-
-
 template INTERVAL__INSTANTIATE (Rational);