X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=f61a356e8bb36b5b59dfc9ce4a98596676f3d51a;hb=7e0dab27123da5d52b90c81f70ac10669a34d45a;hp=c0dfcc22f106bb73b7e18b4dd2598bf13fa9f002;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index c0dfcc22f1..f61a356e8b 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #include "audio-element.hh" @@ -19,5 +19,5 @@ Audio_element::~Audio_element () char const * Audio_element::name () const { - return classname (this); + return this->class_name (); }