]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/rational.hh
string() -> to_string()
[lilypond.git] / flower / include / rational.hh
index 427eab9bf60debe3d9000db98bdb1dfbc0bc22f1..8ac788f886c4af518fabd4f558511a1d647a138d 100644 (file)
@@ -70,7 +70,7 @@ public:
   Rational &operator %= (Rational);
   static int compare (Rational const&, Rational const&);
   int sign () const;
-  String string () const;
+  String to_string () const;
 };
 
 IMPLEMENT_ARITHMETIC_OPERATOR (Rational, / );