]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simultaneous-music-iterator.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / simultaneous-music-iterator.hh
index ff1100fb6d1951e7a1b5be2794bf80c62aec224f..c8766cd77cd280f4f5c1bcef226d4fcb1885499f 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
@@ -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_;