]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathHull.h
index 2b3d305bcc7f6096079f437fc6bcb34557ba90f1..bfb6e34f4d98006134e9b8b35fd04bfe1de5dc62 100644 (file)
@@ -111,6 +111,10 @@ public:
        ///
        void write(std::ostream & os) const;
        ///
+       void header_write(WriteStream &) const;
+       ///
+       void footer_write(WriteStream &) const;
+       ///
        void read(Lexer & lex);
        ///
        bool readQuiet(Lexer & lex);
@@ -157,10 +161,6 @@ private:
        ///
        void validate1(LaTeXFeatures & features);
        ///
-       void header_write(WriteStream &) const;
-       ///
-       void footer_write(WriteStream &) const;
-       ///
        docstring nicelabel(row_type row) const;
        ///
        void doExtern(Cursor & cur, FuncRequest & func);
@@ -212,7 +212,7 @@ public:
        ///
        virtual void revealCodes(Cursor & cur) const;
        ///
-       EDITABLE editable() const { return HIGHLY_EDITABLE; }
+       bool editable() const { return true; }
        ///
        void edit(Cursor & cur, bool front, 
                EntryDirection entry_from = ENTRY_DIRECTION_IGNORE);