commit f5b829bc8abf2e777d8dfc93400ae603d26d3a22 Author: Georg Baum <[email protected]> Date: Mon May 19 22:41:51 2014 +0200
Initialize all members
diff --git a/src/Lexer.cpp b/src/Lexer.cpp
index df2ce69..c4b738f 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)
{}
