X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=f61a356e8bb36b5b59dfc9ce4a98596676f3d51a;hb=cd97f3fa5b1275595307e89b5b070f833adb573a;hp=275e0a50a57dd623f9a13ddba348ed6cec30fce4;hpb=8aad615ea7bb31f49a0c2afc21eea5ff5de20437;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 275e0a50a5..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--1999 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #include "audio-element.hh" -#include "debug.hh" - - -Audio_element::~Audio_element() +Audio_element::Audio_element () { } -void -Audio_element::print () const +Audio_element::~Audio_element () { -#ifndef NPRINT - DOUT << classname (this) << "{ "; - do_print (); - DOUT << "}"; -#endif } -void -Audio_element::do_print ()const +char const * +Audio_element::name () const { + return this->class_name (); }