X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLexer.cpp;h=c4b738f119bcf13fe903d8a74df6e53e1514bc28;hb=f5b829bc8abf2e777d8dfc93400ae603d26d3a22;hp=df2ce6913100ef292cb1c5f8f22f16fe92acff33;hpb=c6c07d28ae99a0dee5fc4b76aae2827d3d09cf93;p=lyx.git diff --git a/src/Lexer.cpp b/src/Lexer.cpp index df2ce69131..c4b738f119 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -569,7 +569,7 @@ void Lexer::Pimpl::pushToken(string const & pt) ////////////////////////////////////////////////////////////////////// Lexer::Lexer() - : pimpl_(new Pimpl(0, 0)) + : pimpl_(new Pimpl(0, 0)), lastReadOk_(false) {}