]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/full-storage.icc
release: 0.1.47
[lilypond.git] / flower / include / full-storage.icc
index c919bf1ac904abe1b75f2b40f6bb43c6ac135136..359edb6b4ceca3d4780ef7cad25d397b190be7a4 100644 (file)
@@ -21,12 +21,13 @@ INLINE bool
 Full_storage::valid (int i, int j) const
 {
   return (i>=0 && i < height_i_)
-       && (j < width_i_ && j >=0);
+    && (j < width_i_ && j >=0);
 }
 
 
 INLINE
 Full_storage::Full_storage (Full_storage const&s)
+  : Matrix_storage (s)
 {
   init();
   (*this) = s;