X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finseterror.h;h=519da5fe93dff0ddeeac40001ac9138aee86016f;hb=c6150425e56563ab9bb311b5785efc5e9d4928da;hp=4fe255658633ca6d7ee0763695e8817cc6883941;hpb=d6fa7c567c47f1af95f026174a83bf75dde08f84;p=lyx.git diff --git a/src/insets/inseterror.h b/src/insets/inseterror.h index 4fe2556586..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,25 +44,25 @@ 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) const; + int Latex(std::ostream &, bool fragile, bool free_spc) const; /// - int Latex(string & file, signed char fragile) const; + int Ascii(std::ostream &) const; /// - int Linuxdoc(string & file) const; + int Linuxdoc(std::ostream &) const; /// - int DocBook(string & file) 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); /// - unsigned char Editable() const; + EDITABLE Editable() const; /// Inset * Clone() const; ///