mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Fix unitialized member
Spotted by coverity.
This commit is contained in:
parent
c2d182f59a
commit
449b594a72
@ -92,7 +92,7 @@ static vector<lyx::docstring> to_docstring_vector(QStringList const & qlist)
|
||||
|
||||
GuiCitation::GuiCitation(GuiView & lv)
|
||||
: DialogView(lv, "citation", qt_("Citation")),
|
||||
style_(QString()), params_(insetCode("citation"))
|
||||
style_(QString()), literal_(false), params_(insetCode("citation"))
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user