]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.h
fixes because of SUN CC warnings, bmtable now compiled with C compilator, countChar...
[lyx.git] / src / insets / insetcommand.h
index f715cdd35a6b69f7ac497ba46e705f030db93b63..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);
        ///
@@ -55,7 +55,7 @@ public:
        ///
        virtual int DocBook(string & file);
        ///
-       InsetCommand * Clone() const;
+       Inset * Clone() const;
        ///  
        Inset::Code LyxCode() const
        {