]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.h
the fstream/iostream changes and some small other things
[lyx.git] / src / insets / insetcommand.h
index eb71f13cec53b90acb4bfb24e37d0fb0050f8a35..e26abaf50e0827a5aa27477f89e763c4c279ee39 100644 (file)
@@ -41,13 +41,13 @@ public:
        ///
        void Draw(LyXFont, LyXScreen & scr, int baseline, float & x);
        ///
-       void Write(FILE * file);
+       void Write(ostream &);
        /// Parse the command.
        void scanCommand(string const & cmd);
        /// Will not be used when lyxf3
        void Read(LyXLex & lex);
        /// 
-       virtual int Latex(FILE * file, signed char fragile);
+       virtual int Latex(ostream &, signed char fragile);
        ///
        virtual int Latex(string & file, signed char fragile);
        ///