]> git.lyx.org Git - features.git/blobdiff - src/insets/insetinclude.h
change to use only ostream to write latex from insets
[features.git] / src / insets / insetinclude.h
index 0cd817b2f2782d4b53d3020a9ac609cb0a7fd743..7ea9085fa0eeca45bc7792bd87d37e7323d4d16d 100644 (file)
@@ -59,9 +59,10 @@ public:
        void Read(LyXLex &);
        /// 
        int Latex(ostream &, signed char fragile) const;
+#ifndef USE_OSTREAM_ONLY
        ///
        int Latex(string & file, signed char fragile) const;
-       
+#endif
        ///
        void Validate(LaTeXFeatures &) const;