Initialize a bunch of uninitialized members. It does not seem to

matter what they are initialized to. Fixes coverity #23391.
This commit is contained in:
Richard Heck 2016-06-11 23:30:33 -04:00
parent 1bd5ef9a75
commit d29732e138

View File

@ -33,7 +33,8 @@ namespace lyx {
namespace frontend {
FloatPlacement::FloatPlacement(bool show_options, QWidget * parent)
: InsetParamsWidget(parent), float_list_(0)
: InsetParamsWidget(parent), standardfloat_ (true),
allows_wide_(true), allows_sideways_(true), float_list_(0)
{
setupUi(this);