X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fevent-chord-iterator.hh;h=27dac491791c297717bd171ea9d4bbc356822ffa;hb=49465d11fb5e62a976e41768f142ef0fb58c08c3;hp=e3c5fa0d092c068dd4cd69d5db854325587c892f;hpb=e58fce49b3113408254011774685370b8233df17;p=lilypond.git diff --git a/lily/include/event-chord-iterator.hh b/lily/include/event-chord-iterator.hh index e3c5fa0d09..27dac49179 100644 --- a/lily/include/event-chord-iterator.hh +++ b/lily/include/event-chord-iterator.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2003 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ @@ -21,7 +21,7 @@ class Event_chord_iterator : public Simple_music_iterator /** Find a bottom notation context to deliver events to. */ - virtual Translator_group* get_req_translator (); + virtual Context * get_req_translator (); /* @@ -30,7 +30,6 @@ class Event_chord_iterator : public Simple_music_iterator enum { NONE_DONE, START_DONE, END_DONE } status_; public: - VIRTUAL_COPY_CONS (Music_iterator); DECLARE_SCHEME_CALLBACK(constructor, ()); Event_chord_iterator (); Event_chord_iterator (Event_chord_iterator const&);