From: fred Date: Thu, 21 Nov 1996 23:28:48 +0000 (+0000) Subject: lilypond-0.0.11 X-Git-Tag: release/1.5.59~6777 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=70694a264334839416b5e7a5e7d54f642ee8c5cd;p=lilypond.git lilypond-0.0.11 --- diff --git a/hdr/voice.hh b/hdr/voice.hh index 4e304bb0d9..db2e0872cf 100644 --- a/hdr/voice.hh +++ b/hdr/voice.hh @@ -33,7 +33,7 @@ struct Voicegroup { struct Voice_element { Real duration; const Voicegroup *group; - const Voice *voice; + const Voice *voice_; IPointerList reqs; PointerList granted_items;