]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathParser.cpp
Some cosmetics (from my local cosmetics branch).
[features.git] / src / mathed / MathParser.cpp
index c4fad04b46838467b835e8eb9a2be11d58d526d0..4767dc1536cc6ae5bce7de6896307d7e6641902a 100644 (file)
@@ -1348,7 +1348,7 @@ bool Parser::parse1(InsetMathGrid & grid, unsigned flags,
 #endif
 
                else if (t.cs() == "limits" || t.cs() == "nolimits") {
-                       CatCode cat = nextToken().cat();
+                       CatCode const cat = nextToken().cat();
                        if (cat == catSuper || cat == catSub)
                                limits = t.cs() == "limits" ? 1 : -1;
                        else {