From: fred Date: Sun, 17 Nov 1996 21:32:42 +0000 (+0000) Subject: lilypond-0.0.10 X-Git-Tag: release/1.5.59~6805 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=577124130cc38f11e6512010a590841317eab625;p=lilypond.git lilypond-0.0.10 --- 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);