Missing initialization in 555338048

Thanks to coverity.
This commit is contained in:
Jean-Marc Lasgouttes 2017-03-29 12:03:57 +02:00
parent 555338048d
commit f043541ebd

View File

@ -22,7 +22,7 @@ namespace lyx {
RenderButton::RenderButton()
: editable_(false)
: editable_(false), inherit_font_(false)
{}