X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faudio-element.hh;h=a9d8f7ac47982bc83844932d0b226cfd459ccd4d;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=2941c7d10530950ebdfe78009d48ff97fdbd4e40;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/include/audio-element.hh b/lily/include/audio-element.hh index 2941c7d105..a9d8f7ac47 100644 --- a/lily/include/audio-element.hh +++ b/lily/include/audio-element.hh @@ -16,8 +16,7 @@ class Audio_element public: Audio_element (); virtual ~Audio_element (); - - VIRTUAL_COPY_CONSTRUCTOR(Audio_element, Audio_element); + VIRTUAL_COPY_CONSTRUCTOR(Audio_element,Audio_element); virtual char const *name () const; protected: };