From 790f75759b44dd4324fdc5d64628f3bad6f0aa69 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 13 Jan 2011 18:30:24 +0000 Subject: [PATCH] This should be const. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37203 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathHull.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2