]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/change-iterator.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / change-iterator.hh
index 39e3f7a41d873a12fe292a3f04d1331b5637a7ea..71aa7cb8d3abb2b4b98e00a8501c3523b6f72c7b 100644 (file)
@@ -3,26 +3,24 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef CHANGE_ITERATOR_HH
 #define CHANGE_ITERATOR_HH
 
 #include "simple-music-iterator.hh"
 
-
 class Change_iterator : public Simple_music_iterator
 {
 public:
-  VIRTUAL_COPY_CONS (Music_iterator);
   /* constructor is public */
   virtual void process (Moment);
-  DECLARE_SCHEME_CALLBACK(constructor, ());
+  DECLARE_SCHEME_CALLBACK (constructor, ());
+  DECLARE_CLASSNAME(Change_iterator);
 
 private:
-  void  error (String);
+  void error (string);
 };
 
 #endif