]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / dot-column.hh
index 438fa8824fd6a64627fb718bc97c00c58979a6fd..a816f426ae7e74b520c409ff125168c9c7e0f16d 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 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
@@ -23,7 +23,6 @@
 #include "lily-proto.hh"
 #include "grob-interface.hh"
 
-
 class Grob;
 
 /**
@@ -35,7 +34,7 @@ public:
   static int compare (Grob *const &, Grob *const &);
   static void add_head (Grob *dotcol, Grob *rh);
 
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   DECLARE_SCHEME_CALLBACK (side_position, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM));
 };