X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Faudio-element.cc;h=8d3a3e39534384768a34ae87f2de82df9ea8b66e;hb=7ddf741c4f8fda9f1cee80dde923d6a3167fc73f;hp=dc69e93244eb42e83edf66b7e41d87a9ae0f6ff7;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index dc69e93244..8d3a3e3953 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,19 +3,22 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2004 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ +#include #include "audio-element.hh" - Audio_element::Audio_element () { - grace_b_ = false; } Audio_element::~Audio_element () { } - +char const * +Audio_element::name () const +{ + return this->class_name (); +}