]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-iterator.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / music-iterator.cc
index 600eb2e702fcc7ff9eae340fe222383cfa2c89f0..00a5538dc25dd67b59c35ac9cc2a2e0d43e78247 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 /*
@@ -207,7 +207,7 @@ Music_iterator::print_smob (SCM sm, SCM port, scm_print_state*)
   char s[1000];
 
   Music_iterator *iter = unsmob_iterator (sm);
-  sprintf (s, "#<%s>", classname (iter));
+  sprintf (s, "#<%s>", iter->class_name ());
   scm_puts (s, port);
   return 1;
 }