From 632ab02f9eace138929b165cc52f76dcf027f2a8 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 18 Feb 1997 19:40:15 +0000 Subject: [PATCH] lilypond-0.0.33 --- hdr/commandrequest.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hdr/commandrequest.hh b/hdr/commandrequest.hh index e5419da759..f9eef852fd 100644 --- a/hdr/commandrequest.hh +++ b/hdr/commandrequest.hh @@ -84,8 +84,9 @@ struct Group_change_req : Nonmusical_req { /** draw a (repeat)-bar. This something different than #Barcheck_req#, the latter should only happen at the start of a measure. */ struct Bar_req : Nonmusical_req { - String type; + String type_str_; Bar_req(String); + int compare(const Bar_req&)const; REQUESTMETHODS(Bar_req,bar); }; struct Terminate_voice_req : Nonmusical_req { -- 2.39.5