]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
release: 1.1.6
[lilypond.git] / lily / audio-element.cc
index bffe351af4fe60fa0b79d69ae8638fbec18a612d..109a639eb1de45386adf3d0ee6df98c235356745 100644 (file)
@@ -9,7 +9,7 @@
 #include "audio-element.hh"
 #include "debug.hh"
 
-IMPLEMENT_IS_TYPE_B(Audio_element);
+
 
 Audio_element::~Audio_element()
 {
@@ -19,7 +19,7 @@ void
 Audio_element::print () const
 {
 #ifndef NPRINT
-  DOUT << name () << "{ ";
+  DOUT << classname (this) << "{ ";
   do_print ();
   DOUT << "}";
 #endif