]> git.lyx.org Git - features.git/blobdiff - src/insets/insetinfo.h
FILMagain changes (will need some work)
[features.git] / src / insets / insetinfo.h
index 2e4267a8880f91efc0c68dad0fe99b895c44ab25..ca32a853d552b27dd84ab95b6f024f4e45365270 100644 (file)
@@ -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;
        ///