]> git.lyx.org Git - features.git/blobdiff - src/insets/figinset.h
the fstream/iostream changes and some small other things
[features.git] / src / insets / figinset.h
index a69f401f8e54d18dc03c803651e40bdec52c21f6..d066cc4afb9ed5322288ca1611d81301868c3984 100644 (file)
 #include "buffer.h"
 #include "LString.h"
 #include "LaTeXFeatures.h"
-
+#include "insets/lyxinset.h"
 /* the rest is figure stuff */
 
+
 struct Figref;
 
 ///
@@ -32,11 +33,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);
        ///