From: fred Date: Sun, 24 Mar 2002 20:02:24 +0000 (+0000) Subject: lilypond-0.1.48 X-Git-Tag: release/1.5.59~3608 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f68c6eb710bdc947c60788dd409142a625ac595d;p=lilypond.git lilypond-0.1.48 --- diff --git a/flower/scalar.cc b/flower/scalar.cc index f28e7699ed..2b61b9089f 100644 --- a/flower/scalar.cc +++ b/flower/scalar.cc @@ -1,5 +1,5 @@ /* - scalar.cc -- implement + scalar.cc -- implement Scalar source file of the Flower Library @@ -9,11 +9,11 @@ #include #include #include "scalar.hh" +#include "rational.hh" Scalar::Scalar (Rational r) - :String (r) { - + (*this) = r.str (); } Scalar::operator Rational ()