]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/interval.cc
Run `make grand-replace'.
[lilypond.git] / flower / interval.cc
index a3dc1290196f3f3b484f64aa5164abdced36f01e..fcfa18dbd7fcdedba4bc490278e0090fd9734783 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "interval.hh"
@@ -18,7 +18,7 @@ Interval_t<Real>::infinity ()
 }
 
 template<>
-Std_string
+string
 Interval_t<Real>::T_to_string (Real r)
 {
   return ::to_string (r);
@@ -32,7 +32,7 @@ Interval_t<int>::infinity ()
 }
 
 template<>
-Std_string
+string
 Interval_t<int>::T_to_string (int i)
 {
   return ::to_string (i);