From: fred Date: Sun, 24 Mar 2002 20:14:41 +0000 (+0000) Subject: lilypond-1.0.16 X-Git-Tag: release/1.5.59~2942 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6eee929765d9faca5adaff91cce41bba29335768;p=lilypond.git lilypond-1.0.16 --- diff --git a/lily/include/midi-item.hh b/lily/include/midi-item.hh index dc40138d13..526504f14e 100644 --- a/lily/include/midi-item.hh +++ b/lily/include/midi-item.hh @@ -116,7 +116,7 @@ struct Midi_note : public Midi_item { int pitch_i () const; virtual String str () const; - int const c0_pitch_i_c_ = 60; + static int const c0_pitch_i_c_ = 60; Byte dynamic_byte_; };