]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simple-music-iterator.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / simple-music-iterator.hh
index 29710cfa860dde094fa1574acaa3c7495180dee2..fd6f5a26005fe880b90dbe3739f9b765ef68e1b7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SIMPLE_MUSIC_ITERATOR_HH
@@ -18,6 +18,7 @@
 class Simple_music_iterator : public Music_iterator
 {
 protected:
+  DECLARE_CLASSNAME(Simple_music_iterator);
 
   Moment last_processed_mom_;
 public: