mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix coverity warning
This commit is contained in:
parent
d547ef7c5e
commit
6d6a4d7e75
@ -39,12 +39,12 @@ namespace lyx {
|
||||
|
||||
|
||||
InsetRef::InsetRef(Buffer * buf, InsetCommandParams const & p)
|
||||
: InsetCommand(buf, p)
|
||||
: InsetCommand(buf, p), broken_(false)
|
||||
{}
|
||||
|
||||
|
||||
InsetRef::InsetRef(InsetRef const & ir)
|
||||
: InsetCommand(ir)
|
||||
: InsetCommand(ir), broken_(false)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user