Initialize member

This fixes the crash of bug #9788. However, the misparsing of \multicolumn
is still there: LyX thinks that the array has three columns, it inserts an
additional one before the multicolumn.
This commit is contained in:
Georg Baum 2015-10-09 23:15:54 +02:00
parent 7c642c5af8
commit 8a6fad9cea

View File

@ -106,7 +106,7 @@ int InsetMathGrid::RowInfo::skipPixels(MetricsInfo const & mi) const
InsetMathGrid::ColInfo::ColInfo()
: align_('c'), lines_(0)
: align_('c'), lines_(0), skip_(0)
{}