]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-check-iterator.cc
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / lily / bar-check-iterator.cc
index 6405496abc97eb553a9e78735de85ad552897f67..af227ca0d99dd93e18a723afcf4954a0548c8512 100644 (file)
@@ -22,15 +22,15 @@ public:
   VIRTUAL_COPY_CONS(Bar_check_iterator);
   virtual void process (Moment);
   Bar_check_iterator( );
-  static SCM constructor_cxx_function;
+  DECLARE_SCHEME_CALLBACK(constructor, ());
 };
 
-IMPLEMENT_CTOR_CALLBACK (Bar_check_iterator);
+IMPLEMENT_CTOR_CALLBACK(Bar_check_iterator);
 
 Music * get_barcheck ()
 {
   Music *bc = new Music;
-  bc->set_mus_property ("iterator-ctor", Bar_check_iterator::constructor_cxx_function);
+  bc->set_mus_property ("iterator-ctor", Bar_check_iterator::constructor_proc);
   return bc;
 }