]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.cpp
nullptr
[lyx.git] / src / mathed / InsetMathSpace.cpp
index f639218687c84b3079453b080989511838a4d991..fcef36c1a1ca50eb829661e2ac099e66f8f063ed 100644 (file)
@@ -266,7 +266,7 @@ void InsetMathSpace::normalize(NormalStream & os) const
 }
 
 
-void InsetMathSpace::write(WriteStream & os) const
+void InsetMathSpace::write(TeXMathStream & os) const
 {
        // All kinds work in text and math mode, so simply suspend
        // writing a possibly pending mode closing brace.
@@ -320,8 +320,8 @@ void InsetMathSpace::doDispatch(Cursor & cur, FuncRequest & cmd)
        case LFUN_INSET_MODIFY:
                if (cmd.getArg(0) == "mathspace") {
                        MathData ar;
-                       Buffer * buf = buffer_;
                        if (createInsetMath_fromDialogStr(cmd.argument(), ar)) {
+                               Buffer * buf = buffer_;
                                cur.recordUndo();
                                *this = *ar[0].nucleus()->asSpaceInset();
                                buffer_ = buf;