From: fred Date: Wed, 26 Mar 1997 20:26:02 +0000 (+0000) Subject: lilypond-0.0.46.jcn1 X-Git-Tag: release/1.5.59~6177 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c4cc2e5dab2f3a16efedafd55d3ba3bf84adad7;p=lilypond.git lilypond-0.0.46.jcn1 --- diff --git a/flower/include/fproto.hh b/flower/include/fproto.hh index c2fc98399c..030157cbe4 100644 --- a/flower/include/fproto.hh +++ b/flower/include/fproto.hh @@ -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; diff --git a/flower/include/matrix.hh b/flower/include/matrix.hh index e4f447041b..18ec1e33e9 100644 --- a/flower/include/matrix.hh +++ b/flower/include/matrix.hh @@ -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(); }