From: Richard Heck Date: Thu, 13 Jan 2011 18:30:24 +0000 (+0000) Subject: This should be const. X-Git-Tag: 2.0.0~1109 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=790f75759b44dd4324fdc5d64628f3bad6f0aa69;p=features.git This should be const. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37203 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index aa74b9c191..2efcae774d 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -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)