]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.h
Fix bug #8782.
[lyx.git] / src / mathed / InsetMathChar.h
index 65fac82fffb04c5067ebec2c0d4beb7f9e793068..67bbc64e8c866fc345bd9042bc12fa1ebf897971 100644 (file)
@@ -49,7 +49,11 @@ public:
        ///
        char_type getChar() const { return char_; }
        ///
-       bool isRelOp() const;
+       bool isMathBin() const;
+       ///
+       bool isMathRel() const;
+       ///
+       bool isMathPunct() const;
        ///
        InsetCode lyxCode() const { return MATH_CHAR_CODE; }