From: fred Date: Sun, 24 Mar 2002 19:53:15 +0000 (+0000) Subject: lilypond-0.1.7 X-Git-Tag: release/1.5.59~4150 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9c2f8be4f63be892469f9b9f39bd6dd479ede3b7;p=lilypond.git lilypond-0.1.7 --- 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_;