]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/p-col.hh
release: 0.0.62
[lilypond.git] / lily / include / p-col.hh
index 2a2dd92afc5d322a3ba9ac5b6327661f737d4e59..4a4264a006b4c85ecc0fc2e585b5c1acfef804c4 100644 (file)
@@ -22,8 +22,8 @@
 
 class PCol { 
 public:
-    PointerList<Item const *> its;
-    PointerList<Spanner const *> stoppers, starters;
+    Pointer_list<Item const *> its;
+    Pointer_list<Spanner const *> stoppers, starters;
     
     /** prebreak is put before end of line.
     if broken here, then (*this) column is discarded, and prebreak
@@ -46,6 +46,8 @@ public:
 
     Real hpos;                 // should use ptr?
 
+    bool error_mark_b_;
+    
     PScore * pscore_l_;
 
     /* *************** */