X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=d542bc5efc58cc38177752bb3892baa287bc5297;hb=543171165412bc915d8ea1f308d070c74924b2f1;hp=6ab6c02d581629ea8d666de1854f216e006b9e72;hpb=6a62932652940f4ac2931f75d48796887fbc5fdc;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 6ab6c02d58..d542bc5efc 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,11 +3,22 @@ source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ +#include #include "audio-element.hh" - -IMPLEMENT_IS_TYPE_B(Audio_element); -Audio_element::~Audio_element() -{} + +Audio_element::Audio_element () +{ +} + +Audio_element::~Audio_element () +{ +} + +char const * +Audio_element::name () const +{ + return this->class_name (); +}