]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-iterator.hh
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / include / grace-iterator.hh
index 008faaf63b50899c0a38de58d260d04c422f83fb..4da3511c0be8d36d6b0a3600f77f7c200576e604 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2014 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
@@ -27,7 +27,7 @@ class Grace_iterator : public Music_wrapper_iterator
 public:
   virtual void process (Moment);
   DECLARE_SCHEME_CALLBACK (constructor, ());
-  DECLARE_CLASSNAME(Grace_iterator);
+  DECLARE_CLASSNAME (Grace_iterator);
   Moment pending_moment () const;
 };