From: fred Date: Sun, 24 Mar 2002 19:40:52 +0000 (+0000) Subject: lilypond-0.0.67 X-Git-Tag: release/1.5.59~4864 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=937f90046a79b87ddcbe55f11e76e09bcc7b76ce;p=lilypond.git lilypond-0.0.67 --- diff --git a/flower/include/full-storage.hh b/flower/include/full-storage.hh index e409415645..bcd778a994 100644 --- a/flower/include/full-storage.hh +++ b/flower/include/full-storage.hh @@ -99,7 +99,7 @@ public: virtual bool trans_ok(int i, int j) const; virtual void trans_next(int &i, int &j) const; virtual Matrix_storage * clone(); - NAME_MEMBERS(Full_storage); + NAME_MEMBERS(); virtual bool try_right_multiply(Matrix_storage * dest, Matrix_storage const * ); };