]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/request-chord.cc
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / lily / request-chord.cc
index 322cf49e03ea563cd22ae24836d46b667b6b5244..3de20f4b4f92535ef6d651ae9ef8bb81e92c9905 100644 (file)
@@ -7,13 +7,13 @@ Request_chord::Request_chord (SCM s)
   : Simultaneous_music (s)
 {
   set_mus_property ("iterator-ctor",
-                   Request_chord_iterator::constructor_cxx_function);
+                   Request_chord_iterator::constructor_proc);
 }
 
 Request_chord::Request_chord ()
 {
   set_mus_property ("iterator-ctor",
-                   Request_chord_iterator::constructor_cxx_function);
+                   Request_chord_iterator::constructor_proc);
 }
 
 Pitch