]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/change-iterator.hh
* lily/simple-spacer.cc (add_columns): use binary search for
[lilypond.git] / lily / include / change-iterator.hh
index d98488dc4a76769eb45b519e7a6a39f213e0f696..b94c1cacce0cd4fbb11313b71bd0fa82d5d4896c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 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);
 };