X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=8d3a3e39534384768a34ae87f2de82df9ea8b66e;hb=e93ef6da649651c20932fa4acbe807e8cb37e0ac;hp=18f265c46edd46915791a0ba6fe0049cd25f3f85;hpb=69b9cead5afe7164b9053d26eba582fec3825ef8;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 18f265c46e..8d3a3e3953 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,29 +3,22 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ +#include #include "audio-element.hh" -#include "debug.hh" -IMPLEMENT_IS_TYPE_B(Audio_element); - -Audio_element::~Audio_element() +Audio_element::Audio_element () { } -void -Audio_element::print () const +Audio_element::~Audio_element () { -#ifndef NPRINT - DOUT << name () << "{ "; - do_print (); - DOUT << "}"; -#endif } -void -Audio_element::do_print ()const +char const * +Audio_element::name () const { + return this->class_name (); }