]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMath.cpp
index 49e0ad65ce51b4afeff12897f3deeb6f8ddbf73e..fd8994652dcc6d609d6e37db64cda61cb35df4e2 100644 (file)
@@ -68,6 +68,7 @@ void InsetMath::drawT(TextPainter &, int, int) const
 
 void InsetMath::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        docstring const s = name();
        os << "\\" << s;
        // We need an extra ' ' unless this is a single-char-non-ASCII name