mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
This should be const.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37203 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b0eaa25e77
commit
790f75759b
@ -2013,7 +2013,7 @@ void InsetMathHull::htmlize(HtmlStream & os) const
|
||||
// and we simply do not have that in InsetMathGrid.
|
||||
void InsetMathHull::mathmlize(MathStream & os) const
|
||||
{
|
||||
bool havenumbers = haveNumbers();
|
||||
bool const havenumbers = haveNumbers();
|
||||
bool const havetable = havenumbers || nrows() > 1 || ncols() > 1;
|
||||
|
||||
if (havetable)
|
||||
|
Loading…
Reference in New Issue
Block a user