]> git.lyx.org Git - features.git/commitdiff
This should be const.
authorRichard Heck <rgheck@comcast.net>
Thu, 13 Jan 2011 18:30:24 +0000 (18:30 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 13 Jan 2011 18:30:24 +0000 (18:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37203 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathHull.cpp

index aa74b9c191e96dbd5af806039cfdadbae9cc706c..2efcae774d26f7edc2a547a10e7c161e439c6e38 100644 (file)
@@ -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)