X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faudio-element.hh;h=e678c724d1c418230e827513bdf234270fb652d8;hb=fa2596b6ec273e7d82907f97acf0c65559b3c1b4;hp=bb200235564918429d3a40af3f92396f68e32b23;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/lily/include/audio-element.hh b/lily/include/audio-element.hh index bb20023556..e678c724d1 100644 --- a/lily/include/audio-element.hh +++ b/lily/include/audio-element.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2010 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ public: Audio_element (); virtual ~Audio_element (); - DECLARE_CLASSNAME(Audio_element); + DECLARE_CLASSNAME (Audio_element); virtual char const *name () const; };