From 5c4cc2e5dab2f3a16efedafd55d3ba3bf84adad7 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 26 Mar 1997 20:26:02 +0000 Subject: [PATCH] lilypond-0.0.46.jcn1 --- flower/include/fproto.hh | 2 +- flower/include/matrix.hh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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(); } -- 2.39.5