]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/column-x-positions.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / column-x-positions.hh
index fe3e42d9fbb2371e0c79d2a3a460d6d13a37d288..f4ef6a02dc185a4a04d1e4e4a803856166576b8c 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
@@ -25,8 +25,8 @@
 
 struct Column_x_positions
 {
-  vector<Grob*> cols_;
-  vector<Grob*> loose_cols_;
+  vector<Grob *> cols_;
+  vector<Grob *> loose_cols_;
 
   vector<Real> config_;
   Real force_;