]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simultaneous-music-iterator.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / simultaneous-music-iterator.hh
index ff1100fb6d1951e7a1b5be2794bf80c62aec224f..0135a7a191b8e62905e2e7c6f6acdb25cf325f89 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--2015 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
@@ -30,7 +30,7 @@ public:
   virtual void derived_substitute (Context *f, Context *t);
   virtual void derived_mark () const;
   DECLARE_SCHEME_CALLBACK (constructor, ());
-  DECLARE_CLASSNAME(Simultaneous_music_iterator);
+  DECLARE_CLASSNAME (Simultaneous_music_iterator);
 
   /// make a new context for every child.
   bool create_separate_contexts_;