]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.hh
*** empty log message ***
[lilypond.git] / flower / include / interval.hh
index 6351d35535f7ea138da8bda1b2689d24054bfd0f..01754b9716917c06b476e6340be38651e7b7fe17 100644 (file)
@@ -24,7 +24,7 @@ struct Interval_t : public Drul_array<T>
   Drul_array<T>::elem_ref;
 
   static T infinity ();
-  static Std_string T_to_string (T arg);
+  static std::string T_to_string (T arg);
   T center () const;
   void translate (T t)
   {
@@ -111,7 +111,7 @@ struct Interval_t : public Drul_array<T>
     Drul_array<Real> da (elem (LEFT), elem (RIGHT));
     return ::linear_combination (da, x);
   }
-  Std_string to_string () const;
+  std::string to_string () const;
 
   bool contains (T r) const;
   void negate ()