From 9c2f8be4f63be892469f9b9f39bd6dd479ede3b7 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:53:15 +0000 Subject: [PATCH] lilypond-0.1.7 --- lily/include/super-elem.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lily/include/super-elem.hh b/lily/include/super-elem.hh index d090ea707a..c6b7360e05 100644 --- a/lily/include/super-elem.hh +++ b/lily/include/super-elem.hh @@ -11,10 +11,10 @@ #define SUPER_ELEM_HH #include "score-elem.hh" -/** The toplevel element. The PScore contains this element, and any +/** The toplevel element. The Paper_score contains this element, and any element shoud be a dependency for the super element. */ -class Super_elem : public virtual Score_elem { +class Super_elem : public Score_elem { public: Link_array lines_arr_; Line_of_score * line_of_score_l_; -- 2.39.5