]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.h
iterators for MathArray; cosmetics;
[features.git] / src / mathed / math_inset.h
index cdfc968a2dbdf6789b1edb97277d36f9bc41be9c..6d6759e51b48757ab5450f8011f1767885988908 100644 (file)
@@ -179,6 +179,8 @@ public:
        ///
        virtual bool isActive() const { return nargs() > 0; }
        ///
+       virtual bool isRelOp() const { return false; }
+       ///
        virtual char getChar() const { return 0; }
 
        ///