X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLexer.cpp;h=c4b738f119bcf13fe903d8a74df6e53e1514bc28;hb=51cc8aa9f6b784f806b1d9cc97fe0749ffac29af;hp=df2ce6913100ef292cb1c5f8f22f16fe92acff33;hpb=aef31d666e2225db850af9efc2fe24c1aa41af94;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) {}