From 4abde70bc3527d1199aff20e9ceb1dafb5894063 Mon Sep 17 00:00:00 2001 From: Bernhard Roider Date: Mon, 5 Nov 2007 17:24:33 +0000 Subject: [PATCH] correct previous commit (sync with trunk) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21446 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/MathParser.cpp b/src/mathed/MathParser.cpp index 8dd0d80886..a85c7087f6 100644 --- a/src/mathed/MathParser.cpp +++ b/src/mathed/MathParser.cpp @@ -1027,7 +1027,7 @@ void Parser::parse1(InsetMathGrid & grid, unsigned flags, } else if (good()) added = addRow(grid, cellrow, getArg('[', ']')); else - added = addRow(grid, cellrow, docstring()); + error("missing token after \\\\"); if (added) { cellcol = 0; if (grid.asHullInset())