]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/clef.hh
release: 0.0.22
[lilypond.git] / hdr / clef.hh
index 243ea6ebdd8f9e1a8a9fe37b1ac53115a71f717c..3b61ca3bc76f739e5fc92752b32ec0e01b2842c2 100644 (file)
@@ -7,14 +7,14 @@
 #ifndef CLEF_HH
 #define CLEF_HH
 #include "scalar.hh"
-#include "vray.hh"
+#include "varray.hh"
 
 struct Clef {
     int c0_pos;
     String clef_type;
 
     Clef();
-    void read(svec<Scalar> args);    
+    void read(Array<Scalar> args);    
 };
 #endif // CLEF_HH