]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-align-interface.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / break-align-interface.hh
index 67c868598d23998686bc924169c18a90319cba9d..55c1e34f970f3a5b776fdf90afbd76795f2376dd 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2009 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
@@ -26,8 +26,8 @@
 class Break_alignment_interface
 {
 public:
-  static vector<Grob*> ordered_elements (Grob *me);
-  DECLARE_GROB_INTERFACE();
+  static vector<Grob *> ordered_elements (Grob *me);
+  DECLARE_GROB_INTERFACE ();
   static void add_element (Grob *me, Grob *add);
   static SCM break_align_order (Item *me);
   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM element));
@@ -39,13 +39,13 @@ struct Break_aligned_interface
   DECLARE_SCHEME_CALLBACK (calc_average_anchor, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_extent_aligned_anchor, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_break_visibility, (SCM));
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
 };
 
 struct Break_alignable_interface
 {
   DECLARE_SCHEME_CALLBACK (self_align_callback, (SCM element));
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
 };
 
 #endif // BREAK_ALIGN_INTERFACE_HH