From 8c5eb7c3bc0f984b6e1dfa13066cfdba1af6fea4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:27:33 +0000 Subject: [PATCH] lilypond-0.0.22 --- src/template1.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/template1.cc b/src/template1.cc index 0a9c288bde..128dd06258 100644 --- a/src/template1.cc +++ b/src/template1.cc @@ -8,13 +8,13 @@ #include "scoreline.hh" #include "staffline.hh" - +#include "pcursor.tcc" #include "plist.tcc" #define IPLC_instantiate(a) IPL_instantiate(a); PL_instantiate(const a) -IPLC_instantiate(Stem*); + IPLC_instantiate(Line_of_score); IPLC_instantiate(Line_of_staff); IPLC_instantiate(Item); -- 2.39.5