From 577124130cc38f11e6512010a590841317eab625 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 17 Nov 1996 21:32:42 +0000 Subject: [PATCH] lilypond-0.0.10 --- hdr/pcol.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hdr/pcol.hh b/hdr/pcol.hh index fa9516edb4..7cbf93f2ab 100644 --- a/hdr/pcol.hh +++ b/hdr/pcol.hh @@ -8,8 +8,8 @@ /// stuff grouped vertically. struct PCol { - List its; - List stoppers, starters; + PointerList its; + PointerList stoppers, starters; /// Can this be broken? true eg. for bars. bool breakable()const; @@ -38,11 +38,11 @@ struct PCol { /// if lines are broken then this column x-coord #hpos# Real hpos; - + /****************************************************************/ - void add(Item*i); - + void add(Item *i); + Interval width() const; ~PCol(); PCol(PCol * parent); -- 2.39.5