mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Initialize GuiSendto::format_ in constructor
Found by Coverity.
This commit is contained in:
parent
a0c2328fd6
commit
e3d74ee935
@ -37,7 +37,7 @@ namespace frontend {
|
||||
|
||||
|
||||
GuiSendTo::GuiSendTo(GuiView & lv)
|
||||
: GuiDialog(lv, "sendto", qt_("Export or Send Document"))
|
||||
: GuiDialog(lv, "sendto", qt_("Export or Send Document")), format_(0)
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user