Author: rgheck
Date: Thu Jan 13 19:30:24 2011
New Revision: 37203
URL: http://www.lyx.org/trac/changeset/37203

Log:
This should be const.

Modified:
   lyx-devel/trunk/src/mathed/InsetMathHull.cpp

Modified: lyx-devel/trunk/src/mathed/InsetMathHull.cpp
==============================================================================
--- lyx-devel/trunk/src/mathed/InsetMathHull.cpp        Thu Jan 13 16:52:59 
2011        (r37202)
+++ lyx-devel/trunk/src/mathed/InsetMathHull.cpp        Thu Jan 13 19:30:24 
2011        (r37203)
@@ -2013,7 +2013,7 @@
 // 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)

Reply via email to