]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathParser.cpp
tex2lyx/text.cpp: fix typos
[lyx.git] / src / mathed / MathParser.cpp
index df7169432048ca6252524d09f0f084f8ffcb59bf..9752320095312a75ff1b857d007ee0e679b50c27 100644 (file)
@@ -1018,7 +1018,7 @@ bool Parser::parse1(InsetMathGrid & grid, unsigned flags,
                                Token const & t = getToken();
                                if (t.cat() == catNewline)
                                        break;
-                               s += t.asString();
+                               s += t.asInput();
                        }
                        cell->push_back(MathAtom(new InsetMathComment(buf, s)));
                        skipSpaces();