]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.47
authorfred <fred>
Sun, 24 Mar 2002 19:56:47 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:47 +0000 (19:56 +0000)
flower/include/full-storage.icc

index a8ad166711c53e39a65d1f089489a3bf65373eb1..359edb6b4ceca3d4780ef7cad25d397b190be7a4 100644 (file)
@@ -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;