]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-iterator.hh
Fix 1477: Add (ly:expect-warning msg args) to suppress expected warnings
[lilypond.git] / lily / include / grace-iterator.hh
index 85f6aa12e55450252bc72dca3a50e62c663f15c8..e1b7d2b7e4d5df56f4280db75ef8bacc506999b3 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2011 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;
 };