]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macro.h
disable leaving the inset during selection
[features.git] / src / mathed / math_macro.h
index 8cf2107f560eea439fac80e47d6dbd86d15e4962..05362ee2a0d4c9f3dba45159b08cca99cacefdc3 100644 (file)
@@ -73,6 +73,10 @@ private:
        void operator=(MathMacro const &);
        ///
        char const * name() const;
+       ///
+       bool editing() const;
+       ///
+       bool defining() const;
 
        ///
        MathAtom & tmplate_;