]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol-referencer.hh
Run grand-replace for 2012
[lilypond.git] / lily / include / staff-symbol-referencer.hh
index cf6af128f31cb6b7e6a795d66d59f25688193ca9..a3dd915c9ab85a96aed0986850f2091fdfbda3bb 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--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 @@
 class Staff_symbol_referencer
 {
 public:
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   static bool ugly_hack (Grob *);
   static void set_position (Grob *, Real);
   DECLARE_SCHEME_CALLBACK (callback, (SCM element));
@@ -48,7 +48,7 @@ public:
   static Real get_position (Grob *);
   static Real staff_radius (Grob *);
   static int get_rounded_position (Grob *);
-  static Interval extent_in_staff (Grob *); 
+  static Interval extent_in_staff (Grob *);
 };
 
 int compare_position (Grob *const &, Grob *const &);