From: fred Date: Wed, 4 Dec 1996 20:57:03 +0000 (+0000) Subject: lilypond-0.0.14 X-Git-Tag: release/1.5.59~6671 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8d5092b3119dcaefa7ae617991d2bafdb7bd0763;p=lilypond.git lilypond-0.0.14 --- diff --git a/hdr/command.hh b/hdr/command.hh index e13669f46c..e2ece4a6fa 100644 --- a/hdr/command.hh +++ b/hdr/command.hh @@ -3,7 +3,7 @@ #include "glob.hh" #include "vray.hh" -#include "string.hh" +#include "scalar.hh" enum Commandcode { NOP, @@ -18,7 +18,7 @@ struct Command { Real when; /// analogous to argv[] - svec args; + svec args; /// int priority;