From: fred Date: Fri, 15 Nov 1996 22:30:41 +0000 (+0000) Subject: lilypond-0.0.10 X-Git-Tag: release/1.5.59~6818 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a2688135e434d3396b14261e0ec75f00d666a95;p=lilypond.git lilypond-0.0.10 --- diff --git a/hdr/beam.hh b/hdr/beam.hh index 4cbc2ea0c2..138175d8ec 100644 --- a/hdr/beam.hh +++ b/hdr/beam.hh @@ -8,11 +8,11 @@ #define BEAM_HH #include "proto.hh" #include "spanner.hh" -#include "list.hh" +#include "plist.hh" /// a beam connects multiple stems struct Beam: public Spanner { - List stems; + PointerList stems; Real slope; Real left_pos; /// -1 below heads, +1 above heads.