From: fred Date: Tue, 18 Feb 1997 19:40:15 +0000 (+0000) Subject: lilypond-0.0.33 X-Git-Tag: release/1.5.59~6324 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=632ab02f9eace138929b165cc52f76dcf027f2a8;p=lilypond.git lilypond-0.0.33 --- 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 {