]> git.lyx.org Git - features.git/blobdiff - src/mathed/formulamacro.h
change to use only ostream to write latex from insets
[features.git] / src / mathed / formulamacro.h
index b4a76021fb7060663404cd5ac999e91e592e3d03..8b9a6ae6c19469dcfbfa13513c387777915a68e3 100644 (file)
@@ -49,8 +49,10 @@ public:
        void Write(ostream & os) const;
        ///
        int Latex(ostream & os, signed char fragile) const;
+#ifndef USE_OSTREAM_ONLY
        ///
        int Latex(string & file, signed char fragile) const;
+#endif
        ///
        int Linuxdoc(string & file) const;
        ///