]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-scaled-music-iterator.hh
* scm/layout-page-layout.scm (write-page-breaks): record tweaks
[lilypond.git] / lily / include / time-scaled-music-iterator.hh
index 5d0224861d32b8449f085857dae94f74a6a09872..e8e9ee186fa96c4ac225f66d920b2ce4d15776ef 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef Time_scaled_music_ITERATOR_HH
@@ -16,6 +16,7 @@ class Time_scaled_music_iterator : public Music_wrapper_iterator
 public:
   DECLARE_SCHEME_CALLBACK (constructor, ());
   /* construction */
+  DECLARE_CLASSNAME(Time_scaled_music_iterator);
 protected:
   virtual void process (Moment);
 };