mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Initialize all members
This commit is contained in:
parent
afc34c7a60
commit
f5b829bc8a
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user