From: fred Date: Sun, 24 Mar 2002 19:31:58 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~5378 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bbe10630a3e70238c6b3322d9316f9b9d56fa843;p=lilypond.git lilypond-0.0.32 --- diff --git a/hdr/meter.hh b/hdr/meter.hh index 22a256c93c..7de58e7c64 100644 --- a/hdr/meter.hh +++ b/hdr/meter.hh @@ -1,5 +1,5 @@ /* - meter.hh -- part of LilyPond + meter.hh -- declare Meter (c) 1996,97 Han-Wen Nienhuys */ @@ -8,11 +8,12 @@ #define METER_HH #include "item.hh" #include "varray.hh" +#include "scalar.hh" struct Meter: Item { - const char * name() const; Array args; /* *************** */ + const char * name() const; Meter(Array args) ; Molecule*brew_molecule_p() const;