]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_arrayinset.C
Even more ugly changes and a new file dependency to shut up Jean-Marc's
[features.git] / src / mathed / math_arrayinset.C
index 8e49f00026bf3dabfa2debaeca619fa944f7e68f..b52d167f95c04c679c8bf24e837cc99f9c47db3f 100644 (file)
@@ -27,7 +27,7 @@ void MathArrayInset::write(std::ostream & os, bool fragile) const
                os << '[' << char(v_align_) << ']';
 
        os << '{';
-       for (unsigned int col = 0; col < ncols(); ++col)
+       for (col_type col = 0; col < ncols(); ++col)
                os << colinfo_[col].align_;
        os << "}\n";