X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetinfo.h;h=ca32a853d552b27dd84ab95b6f024f4e45365270;hb=6bba977f42b0cde753ac2ffd26f3f9c6b32ba0b6;hp=2e4267a8880f91efc0c68dad0fe99b895c44ab25;hpb=2889b5fd3e8987d0c265ff4726a7fb6c6cb6c034;p=features.git diff --git a/src/insets/insetinfo.h b/src/insets/insetinfo.h index 2e4267a888..ca32a853d5 100644 --- a/src/insets/insetinfo.h +++ b/src/insets/insetinfo.h @@ -46,17 +46,17 @@ public: /// void draw(Painter &, LyXFont const &, int baseline, float & x) const; /// - void Write(std::ostream &) const; + void Write(Buffer const *, std::ostream &) const; /// - void Read(LyXLex & lex); + void Read(Buffer const *, LyXLex & lex); /// - int Latex(std::ostream &, bool fragile, bool free_spc) const; + int Latex(Buffer const *, std::ostream &, bool fragile, bool free_spc) const; /// - int Ascii(std::ostream &) const; + int Ascii(Buffer const *, std::ostream &) const; /// - int Linuxdoc(std::ostream &) const; + int Linuxdoc(Buffer const *, std::ostream &) const; /// - int DocBook(std::ostream &) const; + int DocBook(Buffer const *, std::ostream &) const; /// what appears in the minibuffer when opening char const * EditMessage() const; ///