]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/column-x-positions.hh
*** empty log message ***
[lilypond.git] / lily / include / column-x-positions.hh
index 152b20c627191a0fb79299ff8f69bf987564fac6..aeb3060048793c876c7568c69274dc0eabd834ce 100644 (file)
@@ -7,15 +7,15 @@
 #ifndef COLUMN_X_POSITIONS_HH
 #define COLUMN_X_POSITIONS_HH
 
-#include "parray.hh"
+#include "std-vector.hh"
 #include "lily-proto.hh"
 
 struct Column_x_positions
 {
-  Link_array<Grob> cols_;
-  Link_array<Grob> loose_cols_;
+  vector<Grob*> cols_;
+  vector<Grob*> loose_cols_;
 
-  Array<Real> config_;
+  vector<Real> config_;
   Real force_;
   bool satisfies_constraints_;