]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.cpp
Cleanup of spacing in mathed
[features.git] / src / mathed / InsetMathHull.cpp
index 48792a81ae8b090a256dec55e0febac309498dfd..34955147e260e3ef3a7f674de0473ee237c6ac4a 100644 (file)
@@ -106,7 +106,7 @@ namespace {
        size_t firstRelOp(MathData const & ar)
        {
                for (MathData::const_iterator it = ar.begin(); it != ar.end(); ++it)
-                       if ((*it)->isRelOp())
+                       if ((*it)->isMathRel())
                                return it - ar.begin();
                return ar.size();
        }