]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-iterator.cc
release: 1.1.6
[lilypond.git] / lily / music-iterator.cc
index 5505c145a7436154c5d49ffc409b39a343948047..43891b05605675e9025f0ecc810b6a7e943e9a10 100644 (file)
@@ -23,7 +23,7 @@
 
 
 
-IMPLEMENT_IS_TYPE_B(Music_iterator);
+
 
 
 void
@@ -38,9 +38,9 @@ Music_iterator::print() const
 #ifndef NPRINT
   if (!check_debug)
     return ;
-  DOUT << name() << "{";
+  DOUT << classname(this) << "{";
   DOUT << "report to " << 
-    report_to_l() << " (" << report_to_l ()->name () << ")\n";
+    report_to_l() << " (" << classname (report_to_l ()) << ")\n";
   if (ok())
     DOUT << "next at " << next_moment() << " ";
   else