]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/change-iterator.hh
* flower
[lilypond.git] / lily / include / change-iterator.hh
index d98488dc4a76769eb45b519e7a6a39f213e0f696..1a6cd217280f1188d9c4de62684be4dc8b5d5f44 100644 (file)
@@ -3,25 +3,23 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.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);
-  static SCM constructor_cxx_function;
+  DECLARE_SCHEME_CALLBACK (constructor, ());
+
 private:
-  void  error (String);
+  void error (String);
 };
 
 #endif