]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / audio-element.hh
index fac2068773a4e40eb76a8b23ebbb5740881b8681..510d745a6daca53d042878f05cb69314a2bfe994 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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;
 };