From 6eee929765d9faca5adaff91cce41bba29335768 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:14:41 +0000 Subject: [PATCH] lilypond-1.0.16 --- lily/include/midi-item.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_; }; -- 2.39.5