From f68c6eb710bdc947c60788dd409142a625ac595d Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:02:24 +0000 Subject: [PATCH] lilypond-0.1.48 --- flower/scalar.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 () -- 2.39.5