]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.46.jcn1
authorfred <fred>
Wed, 26 Mar 1997 20:26:02 +0000 (20:26 +0000)
committerfred <fred>
Wed, 26 Mar 1997 20:26:02 +0000 (20:26 +0000)
flower/include/fproto.hh
flower/include/matrix.hh

index c2fc98399c4bfad9da0f6e13d29ef15d9a49db31..030157cbe458fe9f1fbdb6d336e953181ac4312e 100644 (file)
@@ -43,7 +43,7 @@ struct String_data;
 struct String_handle;
 struct String_convert;
 struct String;
-struct virtual_smat;
+struct Matrix_storage;
 struct Vector ;
 struct Text_stream;
 struct Data_file;
index e4f447041bb1521c85246b04581135d76923e442..18ec1e33e91cf43fc3a2075977c2c9622543cee4 100644 (file)
@@ -2,7 +2,7 @@
 #define MATRIX_HH
 
 
-#include "vsmat.hh"
+#include "matrix-storage.hh"
 #include "vector.hh"
 
 /**  a Real matrix.  This is a class for a nonsquare block of #Real#s.  The
@@ -16,7 +16,7 @@
 
 
 class Matrix {
-    virtual_smat *dat;
+    Matrix_storage *dat;
     
 public:
     void OK() const { dat->OK(); }