X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=f61a356e8bb36b5b59dfc9ce4a98596676f3d51a;hb=ce134047181514ea0209630752d736859393b1ca;hp=77aaeb44f591ec0138f0e0f0688c63da2778a34c;hpb=cec6dfa6bf0fb931eb7f42b1ee44ca2ec19a9f34;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 77aaeb44f5..f61a356e8b 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,29 +3,21 @@ source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #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 (); }