]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.cpp
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathSplit.cpp
index d05b5f25e303c3f8054311f25dc836c8d9f70c89..4420e9e5b56fdffdb645bbca81357cee08ed91ed 100644 (file)
@@ -87,6 +87,7 @@ bool InsetMathSplit::getStatus(Cursor & cur, FuncRequest const & cmd,
 
 void InsetMathSplit::write(WriteStream & ws) const
 {
+       MathEnsurer ensurer(ws);
        if (ws.fragile())
                ws << "\\protect";
        ws << "\\begin{" << name_ << '}';