]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / MathMacroTemplate.h
index 6f469c673ee7d71aec1214c51a41a480938890e4..dea1acf28ed406992056c2ed3e2cbc236ebda39b 100644 (file)
@@ -36,7 +36,7 @@ public:
        ///
        explicit MathMacroTemplate(const docstring & str);
        ///
-       EDITABLE editable() const { return HIGHLY_EDITABLE; }
+       bool editable() const { return true; }
        ///
        void edit(Cursor & cur, bool front, EntryDirection entry_from);
        ///