]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.cpp
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathBig.cpp
index d0d3b957d5f47b44edbe8b735ee6a956354e2d33..5d9f58ac4f319193d8e69a08f1bf86e57b0afe7a 100644 (file)
@@ -89,11 +89,10 @@ void InsetMathBig::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathBig::write(WriteStream & os) const
 {
-       bool brace = ensureMath(os);
+       MathEnsurer ensurer(os);
        os << '\\' << name_ << delim_;
        if (delim_[0] == '\\')
                os.pendingSpace(true);
-       os.pendingBrace(brace);
 }