]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.33
authorfred <fred>
Tue, 18 Feb 1997 19:40:15 +0000 (19:40 +0000)
committerfred <fred>
Tue, 18 Feb 1997 19:40:15 +0000 (19:40 +0000)
hdr/commandrequest.hh

index e5419da75929609a9e09544d532156e82bff1ee5..f9eef852fd5759a1d905580f1dbdb6f0b550d8a8 100644 (file)
@@ -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 {