]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathParser.cpp
* InsetMathHull:
[lyx.git] / src / mathed / MathParser.cpp
index 1f7db010c182063042b2dc03fa3dc2a3fef08e88..699a4ea69ec13f95b3156255bb3f410084349795 100644 (file)
@@ -378,7 +378,7 @@ private:
 
 
 Parser::Parser(Lexer & lexer)
-       : lineno_(lexer.getLineNo()), pos_(0)
+       : lineno_(lexer.lineNumber()), pos_(0)
 {
        tokenize(lexer.getStream());
        lexer.eatLine();
@@ -817,7 +817,7 @@ void Parser::parse1(InsetMathGrid & grid, unsigned flags,
                        if (flags & FLAG_BRACE_LAST)
                                return;
                        error("found '}' unexpectedly");
-                       //BOOST_ASSERT(false);
+                       //LASSERT(false, /**/);
                        //add(cell, '}', LM_TC_TEX);
                }