X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=87ed7fcb461868acc2fd7b2f0fbfa65569da97ed;hb=926115ff42def8bc1ce767029e4f03c8072994ba;hp=d8244d18004106739094b6edad6d800823b38700;hpb=d2762a4f1add2bb04d6fc34d3c7ae03eeb7d500f;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index d8244d1800..87ed7fcb46 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -31,5 +31,5 @@ Audio_element::~Audio_element () char const * Audio_element::name () const { - return this->class_name (); + return class_name (); }