X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchange-iterator.hh;h=4ab9d99e4a8851199fe51c9dca4a7ca32d8b15b1;hb=refs%2Ftags%2Frelease%2F1.3.86;hp=e4adf804e1944c75c8f1e363ae2ac5587535ffd6;hpb=69b9cead5afe7164b9053d26eba582fec3825ef8;p=lilypond.git diff --git a/lily/include/change-iterator.hh b/lily/include/change-iterator.hh index e4adf804e1..4ab9d99e4a 100644 --- a/lily/include/change-iterator.hh +++ b/lily/include/change-iterator.hh @@ -1,9 +1,9 @@ /* - change-iterator.hh -- declare + change-iterator.hh -- declare Change_iterator source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--2000 Han-Wen Nienhuys */ @@ -15,15 +15,15 @@ class Change_iterator : public Music_iterator { - Change_translator *change_l_; - void error (String); - -public: - DECLARE_MY_RUNTIME_TYPEINFO; - Change_iterator (Change_translator* prop_l); + protected: - virtual void process_and_next (Moment); + virtual void do_process_and_next (Moment); + +public: + /* + CTOR is public + */ }; #endif