From: fred Date: Sun, 24 Mar 2002 19:56:47 +0000 (+0000) Subject: lilypond-0.1.47 X-Git-Tag: release/1.5.59~3942 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2d42106078d7495264b8c818297cc1a18c08325e;p=lilypond.git lilypond-0.1.47 --- diff --git a/flower/include/full-storage.icc b/flower/include/full-storage.icc index a8ad166711..359edb6b4c 100644 --- a/flower/include/full-storage.icc +++ b/flower/include/full-storage.icc @@ -27,6 +27,7 @@ Full_storage::valid (int i, int j) const INLINE Full_storage::Full_storage (Full_storage const&s) + : Matrix_storage (s) { init(); (*this) = s;