]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.hh
string() -> to_string()
[lilypond.git] / flower / include / interval.hh
index d5158f415e53be70b9be8947c22b1c0b3722d428..cbee57fbc9e2131fd1378580c7c08a78aa4a45b4 100644 (file)
@@ -86,7 +86,7 @@ struct Interval_t : public Drul_array<T> {
   Real linear_combination (Real x) const {
     return ((1.0 - x) * Real (elem (LEFT))  + (x + 1.0) * Real (elem (RIGHT))) * 0.5;
   }
-  String string () const;    
+  String to_string () const;    
 
   bool elem_b (T r);
   void negate () {