]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/array.h
use stream-like syntax for LaTeX output
[lyx.git] / src / mathed / array.h
index 2f7cbe65588055ddcaaf1f769fbe9000b3c138f8..db0f1d4ea5840f37ad044815c19a5c024c81958b 100644 (file)
@@ -22,6 +22,8 @@
 
 class MathScriptInset;
 class MathMacro;
+class MathWriteInfo;
+class MathMetricsInfo;
 class LaTeXFeatures;
 
 #ifdef __GNUG__
@@ -96,7 +98,7 @@ public:
        ///
        MathAtom const & at(size_type pos) const;
        ///
-       void write(std::ostream &, bool) const;
+       void write(MathWriteInfo & os) const;
        ///
        void writeNormal(std::ostream &) const;
        ///