]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simultaneous-music-iterator.hh
release commit
[lilypond.git] / lily / include / simultaneous-music-iterator.hh
index 7e8118bc52319519000083d43bf5b7f76cb9b25d..e65bcc34023634aa6dea94373d0429e05699d6b6 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SIMULTANEOUS_MUSIC_ITERATOR_HH
@@ -19,6 +19,7 @@ public:
   virtual void derived_substitute (Context *f, Context *t);
   virtual void derived_mark () const;
   DECLARE_SCHEME_CALLBACK (constructor, ());
+  DECLARE_CLASSNAME(Simultaneous_music_iterator);
 
   /// make a new context for every child.
   bool create_separate_contexts_;