X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fevent-chord-iterator.cc;h=24b6ef5ad14235454c0643f85a92eed2187e35db;hb=ef8093ad63c7a00a169cf88d71368b204dd65655;hp=d45168d5733d89953384c1a24a31e7d4b96d748c;hpb=8488f64a8f867321abf8f303c8d910aa02f26d95;p=lilypond.git diff --git a/lily/event-chord-iterator.cc b/lily/event-chord-iterator.cc index d45168d573..24b6ef5ad1 100644 --- a/lily/event-chord-iterator.cc +++ b/lily/event-chord-iterator.cc @@ -16,11 +16,6 @@ Event_chord_iterator::Event_chord_iterator () { } -Event_chord_iterator::Event_chord_iterator (Event_chord_iterator const &src) - : Simple_music_iterator (src) -{ -} - Translator_group* Event_chord_iterator::get_req_translator () { @@ -47,7 +42,7 @@ Event_chord_iterator::get_elt () const void -Event_chord_iterator::process (Moment ) +Event_chord_iterator::process (Moment m) { if (last_processed_mom_ < Moment (0)) { @@ -61,6 +56,7 @@ Event_chord_iterator::process (Moment ) mus->origin ()->warning (_f ("Junking event: `%s'", mus->name())); } } + Simple_music_iterator::process (m); } IMPLEMENT_CTOR_CALLBACK (Event_chord_iterator);