]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathArray.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathArray.cpp
index 78e190e0539fda64cff1ba45ff694eb4a5fc9f4a..d86040411093ed3a7e8bd212fa7d7f0a23592ff8 100644 (file)
@@ -95,6 +95,8 @@ void InsetMathArray::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathArray::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
+
        if (os.fragile())
                os << "\\protect";
        os << "\\begin{" << name_ << '}';