]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.16
authorfred <fred>
Sun, 24 Mar 2002 20:14:41 +0000 (20:14 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:14:41 +0000 (20:14 +0000)
lily/include/midi-item.hh

index dc40138d137a46b7d0ddcf152d3a8b9f8ce57348..526504f14efadfb6a439207b57607df887646028 100644 (file)
@@ -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_;
 };