]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathHull.h
index f858e76f9cccb760cf644ed655d73b8752f7cb7a..7afdc0eb1b8915f36d4422db96faba3d617d8d2f 100644 (file)
@@ -104,10 +104,10 @@ public:
        void read(Buffer const &, Lexer & lex);
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual void textString(Buffer const &, odocstream &) const;
 
@@ -200,7 +200,7 @@ public:
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        ///
-       bool display() const;
+       DisplayType display() const;
        ///
        Code lyxCode() const;