X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finseterror.h;h=519da5fe93dff0ddeeac40001ac9138aee86016f;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=23666552980c38e9d097ee849956580cc422062a;hpb=fa492d6bf09db7f1c278687e0000ad1c4833af3d;p=lyx.git diff --git a/src/insets/inseterror.h b/src/insets/inseterror.h index 2366655298..519da5fe93 100644 --- a/src/insets/inseterror.h +++ b/src/insets/inseterror.h @@ -29,6 +29,7 @@ class InsetError: public Inset { public: /// + explicit InsetError(string const & string); /// InsetError(); @@ -43,19 +44,21 @@ public: /// void draw(Painter &, LyXFont const & font, int baseline, float & x) const; /// - void Write(ostream &) const; + void Write(std::ostream &) const; /// void Read(LyXLex & lex); /// - int Latex(ostream &, signed char fragile, bool free_spc) const; + int Latex(std::ostream &, bool fragile, bool free_spc) const; /// - int Linuxdoc(ostream &) const; + int Ascii(std::ostream &) const; /// - int DocBook(ostream &) const; + int Linuxdoc(std::ostream &) const; + /// + int DocBook(std::ostream &) const; /// bool AutoDelete() const; /// what appears in the minibuffer when opening - const char * EditMessage() const {return _("Opened error");} + char const * EditMessage() const; /// void Edit(BufferView *, int x, int y, unsigned int button); ///