X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=8d3a3e39534384768a34ae87f2de82df9ea8b66e;hb=3f141d50d558df9fdfe08cc97b1bc910c0833e86;hp=6ab6c02d581629ea8d666de1854f216e006b9e72;hpb=6a62932652940f4ac2931f75d48796887fbc5fdc;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 6ab6c02d58..8d3a3e3953 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--2007 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 (); +}