]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
string() -> to_string()
[lilypond.git] / lily / include / duration.hh
index c6c194d2269be5f02bc3026a80c134234cd433cb..771f5a99eb97a839df1dc5a6e6d7decd1782fc8a 100644 (file)
@@ -22,7 +22,7 @@ public:
   
   Duration ();
   Duration (int, int);
-  String string () const;
+  String to_string () const;
 
   Duration compressed (Rational) const;
   Rational get_length () const ;