From: fred Date: Sun, 22 Dec 1996 23:34:26 +0000 (+0000) Subject: lilypond-0.0.20 X-Git-Tag: release/1.5.59~6489 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=87b271a212500005108d21c09884377b59abb34d;p=lilypond.git lilypond-0.0.20 --- diff --git a/hdr/command.hh b/hdr/command.hh index 26e47ffa1f..43d016bbee 100644 --- a/hdr/command.hh +++ b/hdr/command.hh @@ -16,7 +16,6 @@ enum Commandcode { struct Command { Commandcode code; -// Real when; /// analogous to argv[] svec args; @@ -28,7 +27,7 @@ struct Command { /****************/ Command(); -// Command(Real w); +// Command(Moment w); bool isbreak()const; void print() const; };