]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.cpp
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathXArrow.cpp
index 3faee295f3b10602d7590e3fd5f6dbb91a7cf631..eda56040dd63b91b98aedd5a6249896f584e652f 100644 (file)
@@ -62,6 +62,7 @@ void InsetMathXArrow::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathXArrow::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        os << '\\' << name_;
        if (cell(1).size())
                os << '[' << cell(1) << ']';