]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.16
authorfred <fred>
Sun, 24 Mar 2002 19:58:13 +0000 (19:58 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:58:13 +0000 (19:58 +0000)
flower/include/scalar.hh

index b00e25fc20292c756acab960b38ef97007137901..facc36ac73ccaad7eb2567e2f5516a0d9d518fd3 100644 (file)
@@ -24,7 +24,7 @@ struct Scalar : public String {
   Scalar (Rational);
   operator Rational();
   Scalar() {}
-  bool isnum();
+  bool isnum_b() const;
   operator Real();
   operator int();