]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/column-x-positions.hh
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / include / column-x-positions.hh
index 9cdef93dc3f56dcb6cf05decea0eb2abd187ce34..d70d9ec12a72d2933d21f35a389ffade40213b18 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--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
@@ -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_;