]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.h
small step forward on the lenghty path to \mbox support
[features.git] / src / mathed / math_inset.h
index d2a8802bddfce4fff9dd8c8cacc5968e799da3fd..ebdae3f5480fd8dab685925b867106523d96309c 100644 (file)
@@ -222,6 +222,8 @@ public:
        virtual bool isScriptable() const { return false; }
        ///
        virtual bool isActive() const { return nargs() > 0; }
+       /// identifies insets from the outer world
+       virtual bool isHyperActive() const { return 0; }
        ///
        virtual bool isRelOp() const { return false; }
        ///