]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/matrix.hh
release: 0.0.46.jcn1
[lilypond.git] / flower / include / matrix.hh
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(); }