]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.h
new parser
[features.git] / src / mathed / math_inset.h
index c188fe4a532787166c1cdf1b30501c570d14633a..d5d5774254d5db0598504a9a1958a5783feeb316 100644 (file)
@@ -181,6 +181,8 @@ public:
        ///
        virtual bool isRelOp() const { return false; }
        ///
+       virtual bool isMacro() const { return false; }
+       ///
        virtual char getChar() const { return 0; }
        ///
        virtual MathTextCodes code() const { return LM_TC_MIN; }