From 4a2688135e434d3396b14261e0ec75f00d666a95 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 15 Nov 1996 22:30:41 +0000 Subject: [PATCH] lilypond-0.0.10 --- hdr/beam.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5