X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=8d3a3e39534384768a34ae87f2de82df9ea8b66e;hb=2ff13e6574980c37bb7cd4dd9bf5731805ba6524;hp=29b076af75f6c84de7295c179d9b1760f5012275;hpb=20ea87f553388b87fc724de72125822ef27ddc64;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 29b076af75..8d3a3e3953 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,8 +3,9 @@ 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" @@ -16,8 +17,8 @@ Audio_element::~Audio_element () { } -char const * +char const * Audio_element::name () const { - return classname (this); + return this->class_name (); }