X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Flocal-key-item.hh;h=7da65e532f7e2467bd2d8ffbde629b87b475e9c4;hb=30270f615f32a6b93e7b09bf55d1b8a7d7aad7ca;hp=d08ca2b4905faed98be685b7addff73b924e9d00;hpb=9f88b957750d767f2230004a4bf2d4eccca7decf;p=lilypond.git diff --git a/lily/include/local-key-item.hh b/lily/include/local-key-item.hh index d08ca2b490..7da65e532f 100644 --- a/lily/include/local-key-item.hh +++ b/lily/include/local-key-item.hh @@ -24,10 +24,9 @@ class Local_key_item : public Item { public: DECLARE_MY_RUNTIME_TYPEINFO; - Array accs; + Array accidental_pitch_arr_; Link_array support_items_; int c0_position_i_; - Local_key_item (); void add_support (Item*); void add (Musical_pitch);