Initialize all members

This commit is contained in:
Georg Baum 2014-05-19 22:41:51 +02:00
parent afc34c7a60
commit f5b829bc8a

View 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)
{}