]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-iterator.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / grace-iterator.hh
index cb7ace32dfd278ee297658405411ce51a3582466..610a15e810140ee944f5d9718ea7de066d6f385c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef NEWGRACE_ITERATOR_HH
@@ -16,6 +16,7 @@ class Grace_iterator : public Music_wrapper_iterator
 public:
   virtual void process (Moment);
   DECLARE_SCHEME_CALLBACK (constructor, ());
+  DECLARE_CLASSNAME(Grace_iterator);
   Moment pending_moment () const;
 };