X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchange-iterator.hh;h=27d8c263ca5a4b7f29fc753bd1cf260d17224401;hb=d721d8a8f8b628b5254796f46bedb2f3b9067b50;hp=929271bcdfe5db200ef8b3e753bf10c078449c1b;hpb=8da6cef580cce3365b219f6aca429b434cb60fcf;p=lilypond.git diff --git a/lily/include/change-iterator.hh b/lily/include/change-iterator.hh index 929271bcdf..27d8c263ca 100644 --- a/lily/include/change-iterator.hh +++ b/lily/include/change-iterator.hh @@ -3,25 +3,24 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ - #ifndef CHANGE_ITERATOR_HH #define CHANGE_ITERATOR_HH #include "simple-music-iterator.hh" - class Change_iterator : public Simple_music_iterator { public: - VIRTUAL_COPY_CONS (Music_iterator); /* constructor is public */ virtual void process (Moment); - static SCM constructor_cxx_function; + DECLARE_SCHEME_CALLBACK (constructor, ()); + DECLARE_CLASSNAME(Change_iterator); + private: - void error (String); + void error (String); }; #endif