]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grid-line-interface.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / grid-line-interface.hh
index 7cacc1ccbef0d02d4ed82e4745fcf1c8e800f8ea..3a4e0f97179fb3bb62c10345d320ba6c3aaae72e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--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
 #include "lily-proto.hh"
 #include "grob-interface.hh"
 
-
 class Grid_line_interface
 {
 public:
   static void add_grid_point (Grob *me, Grob *b);
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (width, (SCM));
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
 };
 
 class Grid_point_interface
 {
 public:
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
 };
 
 #endif /* GRID_LINE_INTERFACE_HH */