X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=c0dfcc22f106bb73b7e18b4dd2598bf13fa9f002;hb=7e79448be56dad04b97e89e0c49dce64bf16100e;hp=bffe351af4fe60fa0b79d69ae8638fbec18a612d;hpb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index bffe351af4..c0dfcc22f1 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--1998 Han-Wen Nienhuys + (c) 1997--2005 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 classname (this); }