]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinfo.h
pos=string::npos for regex not found, use handcoded transform in lstring.C, fix the...
[lyx.git] / src / insets / insetinfo.h
index 5095808f23c96bc48f453c246c077dd0a9e13836..b4f9fe9dbb5a1ff893d695577ff2d9654508f9b9 100644 (file)
@@ -45,11 +45,11 @@ public:
        ///
        void Draw(LyXFont font, LyXScreen & scr, int baseline, float & x);
        ///
-       void Write(FILE * file);
+       void Write(ostream &);
        ///
        void Read(LyXLex & lex);
        ///
-       int Latex(FILE * file, signed char fragile);
+       int Latex(ostream &, signed char fragile);
        ///
        int Latex(string & file, signed char fragile);
        ///