]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.h
Fix drawing of empty boxes
[lyx.git] / src / mathed / InsetMathChar.h
index ea190211b777f7efd7feceba0e36538f7cc2c934..6e7ff72c9caf5d98f91b47ebf9eee2bc6654c1aa 100644 (file)
@@ -51,11 +51,7 @@ public:
        ///
        char_type getChar() const { return char_; }
        ///
-       bool isMathBin() const;
-       ///
-       bool isMathRel() const;
-       ///
-       bool isMathPunct() const;
+       MathClass mathClass() const;
        ///
        InsetCode lyxCode() const { return MATH_CHAR_CODE; }