]> git.lyx.org Git - lyx.git/commitdiff
Initialize all members
authorGeorg Baum <baum@lyx.org>
Mon, 19 May 2014 20:41:51 +0000 (22:41 +0200)
committerGeorg Baum <baum@lyx.org>
Mon, 19 May 2014 20:41:51 +0000 (22:41 +0200)
src/Lexer.cpp

index df2ce6913100ef292cb1c5f8f22f16fe92acff33..c4b738f119bcf13fe903d8a74df6e53e1514bc28 100644 (file)
@@ -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)
 {}