X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=d542bc5efc58cc38177752bb3892baa287bc5297;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=717e2b0ea11d0786ea220e6cae35b335a159bddb;hpb=78ed9c22a8cbf56ff5390553e0a2854aa42cbbc5;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 717e2b0ea1..d542bc5efc 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,31 +3,22 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ +#include #include "audio-element.hh" -#include "debug.hh" Audio_element::Audio_element () { } -Audio_element::~Audio_element() +Audio_element::~Audio_element () { } -void -Audio_element::print () const -{ -#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 (); }