]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / insetfloatlist.h
index 0e449f9e6254a74631f41b63de7c5f347582d36c..58d1f6aa0a564a468d850df39736d4ff67239e56 100644 (file)
@@ -42,15 +42,15 @@ public:
        ///
        Inset::Code LyxCode() const;
        ///
-       void Write(Buffer const *, ostream &) const;
+       void Write(Buffer const *, std::ostream &) const;
        ///
        void Read(Buffer const *, LyXLex &);
        ///
-       int Latex(Buffer const *, ostream &, bool, bool) const;
+       int Latex(Buffer const *, std::ostream &, bool, bool) const;
        ///
-       int Linuxdoc(Buffer const *, ostream &) const { return 0; }
+       int Linuxdoc(Buffer const *, std::ostream &) const { return 0; }
        ///
-       int DocBook(Buffer const *, ostream &) const { return 0; }
+       int DocBook(Buffer const *, std::ostream &) const { return 0; }
        ///
        int Ascii(Buffer const *, std::ostream &, int linelen) const;
 private: