From 80887e634457d1c960cccfb6901a7323ec1d426c Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:45:16 +0000 Subject: [PATCH] lilypond-0.0.67 --- lily/include/text-item.hh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lily/include/text-item.hh b/lily/include/text-item.hh index 041db0f26e..16bffcd0d8 100644 --- a/lily/include/text-item.hh +++ b/lily/include/text-item.hh @@ -18,8 +18,7 @@ class Text_item : public Item ,public Staff_side{ void init(Text_def* tdef_l); public: - Text_def * tdef_l(); - Text_def const* tdef_c_l(); + int pos_i_; /// do I have width? @@ -27,12 +26,12 @@ public: /* ***************/ - Text_item(Text_def*,int dir=0); + Text_item(General_script_def*,int dir=0); virtual ~Text_item(); - NAME_MEMBERS(Text_item); + NAME_MEMBERS(); protected: - Text_def* tdef_p_; + General_script_def * tdef_p_; virtual void set_default_index(); virtual Molecule* brew_molecule_p() const; -- 2.39.5