]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.h
pos=string::npos for regex not found, use handcoded transform in lstring.C, fix the...
[lyx.git] / src / insets / inseterror.h
index 112a4ab36bae94424010d7ca80c3462df06d4cf0..4179e6cb7870b26d32e140d97beb9448e54d56df 100644 (file)
@@ -42,11 +42,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);
        ///