X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Ffull-storage.icc;h=c919bf1ac904abe1b75f2b40f6bb43c6ac135136;hb=2862b1027f316a2f0444fa92e441ee28acf7a463;hp=0e45f15b247468b6365a54c46a1c4ef475722e5d;hpb=68ffccad7c4d4ce0386cb60c537c99523e61c4d9;p=lilypond.git diff --git a/flower/include/full-storage.icc b/flower/include/full-storage.icc index 0e45f15b24..c919bf1ac9 100644 --- a/flower/include/full-storage.icc +++ b/flower/include/full-storage.icc @@ -18,7 +18,7 @@ Full_storage::init() height_i_=width_i_=max_height_i_=max_width_i_=0; } INLINE bool -Full_storage::valid (int i, int j)const +Full_storage::valid (int i, int j) const { return (i>=0 && i < height_i_) && (j < width_i_ && j >=0); @@ -62,7 +62,7 @@ Full_storage::cols() const return width_i_; } INLINE int -Full_storage::dim()const +Full_storage::dim() const { assert (rows()==cols ()); return rows();