X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgrace-iterator.hh;h=79694497b23e3eb0895aa810a1e047720842f64a;hb=5b9067e9603298292b420f27a0a665a836bd3644;hp=2ed8a81452e5bec06cb89552172a917656a2e2f2;hpb=5b6181075e3615dce049711973d3cd5caa60e5db;p=lilypond.git diff --git a/lily/include/grace-iterator.hh b/lily/include/grace-iterator.hh index 2ed8a81452..79694497b2 100644 --- a/lily/include/grace-iterator.hh +++ b/lily/include/grace-iterator.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2001 Han-Wen Nienhuys + (c) 1999--2004 Han-Wen Nienhuys */ @@ -15,11 +15,8 @@ class Grace_iterator : public Music_wrapper_iterator { public: - VIRTUAL_COPY_CONS (Music_iterator); - ~Grace_iterator (); - virtual void construct_children () ; virtual void process (Moment); - static SCM constructor_cxx_function; + DECLARE_SCHEME_CALLBACK(constructor, ()); Moment pending_moment () const; };