]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / script-column.hh
index ea76373e555ccf2a2953c8bafcda0d7602672521..4b9a52ad9cc63df33ea00ac83a5f1fd8ceb0a114 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2011 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,8 +30,8 @@ public:
   static void add_side_positioned (Grob *, Grob *);
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
   DECLARE_SCHEME_CALLBACK (row_before_line_breaking, (SCM));
-  DECLARE_GROB_INTERFACE();
-  static void order_grobs (vector<Grob*> grobs);
+  DECLARE_GROB_INTERFACE ();
+  static void order_grobs (vector<Grob *> grobs);
 
 };