]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetFormulaMacro.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetFormulaMacro.h
index af8106e32cbcf597dc9f940b02c5de4fe00c1ad9..47dc2664d82c19b669a165acbd92a38f82075315 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -55,7 +55,7 @@ public:
        ///
        docstring const & getInsetName() const { return name_; }
        ///
-       EDITABLE editable() const { return HIGHLY_EDITABLE; }
+       bool editable() const { return true; }
 private:
        ///
        MathAtom & tmpl() const;