From: fred Date: Sun, 24 Mar 2002 19:42:47 +0000 (+0000) Subject: lilypond-0.0.61 X-Git-Tag: release/1.5.59~4759 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd967bdd73156f9709c937c904dd63579e9e330d;p=lilypond.git lilypond-0.0.61 --- diff --git a/lily/include/tie-reg.hh b/lily/include/tie-reg.hh index 082de4e70c..5a0028f83e 100644 --- a/lily/include/tie-reg.hh +++ b/lily/include/tie-reg.hh @@ -19,6 +19,8 @@ class Tie_register : public Request_register { Tie_req * req_l_; int dir_i_; Tie_req *end_req_l_; + Melodic_req * end_melodic_req_l_; + Melodic_req * melodic_req_l_; protected: virtual ~Tie_register();