From c53baf360b18dae9c9dfb1cb5ed1bf7381d69fa5 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 27 Mar 1997 13:19:27 +0000 Subject: [PATCH] lilypond-0.0.46.jcn1 --- lily/include/voice-regs.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lily/include/voice-regs.hh b/lily/include/voice-regs.hh index 70735ff10f..8b565f7735 100644 --- a/lily/include/voice-regs.hh +++ b/lily/include/voice-regs.hh @@ -13,7 +13,7 @@ #include "register-group.hh" class Voice_registers : public Register_group_register { - + Input_register const *ireg_C_; public: Voice *voice_l_; /* *************** */ @@ -22,7 +22,7 @@ public: virtual bool acceptable_request_b(Request*); virtual void acknowledge_element(Staff_elem_info info); virtual bool try_request(Request*); - Voice_registers(Voice*); + Voice_registers(Voice*, Input_register const*); virtual void do_print() const; }; -- 2.39.5