]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/column-x-positions.hh
2003 -> 2004
[lilypond.git] / lily / include / column-x-positions.hh
index 23e27419f81c38e082f80c89b84d0c75d982909c..e5ae4f92bd67589d3dbf98a45f14806b062cc40d 100644 (file)
@@ -1,7 +1,7 @@
 /*
   column-x-positions.hh -- part of GNU LilyPond
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #ifndef COLUMN_X_POSITIONS_HH
@@ -17,7 +17,7 @@ struct Column_x_positions
   Link_array<Grob> loose_cols_;
   
   Array<Real> config_;
-  Real force_f_;
+  Real force_;
   bool satisfies_constraints_b_;
 
   Column_x_positions ();