]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.14
authorfred <fred>
Wed, 4 Dec 1996 20:57:03 +0000 (20:57 +0000)
committerfred <fred>
Wed, 4 Dec 1996 20:57:03 +0000 (20:57 +0000)
hdr/command.hh

index e13669f46cf31323c44d942d1b27f5fd2119eef1..e2ece4a6fa6352fb2c173c626bb2cde2a4aaa944 100644 (file)
@@ -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<String> args;
+    svec<Scalar> args;
 
     ///
     int priority;