X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetcommand.h;h=e26abaf50e0827a5aa27477f89e763c4c279ee39;hb=5f3f9ad231bc0c24d34c00e3936e226d9834589a;hp=f715cdd35a6b69f7ac497ba46e705f030db93b63;hpb=1d7d3cc4afa2205c801ccc2aa71c7ac59359dc5f;p=lyx.git diff --git a/src/insets/insetcommand.h b/src/insets/insetcommand.h index f715cdd35a..e26abaf50e 100644 --- a/src/insets/insetcommand.h +++ b/src/insets/insetcommand.h @@ -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 {