]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathDelim.cpp
index 403c1cf65d315fca1e2b56e3880eb72a2c1417b5..9a1ca07f864bc1dd2bdb6f43074475ab668581ae 100644 (file)
@@ -59,6 +59,7 @@ Inset * InsetMathDelim::clone() const
 
 void InsetMathDelim::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        os << "\\left" << convertDelimToLatexName(left_) << cell(0)
           << "\\right" << convertDelimToLatexName(right_);
 }