]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.h
use stream-like syntax for LaTeX output
[lyx.git] / src / mathed / math_sizeinset.h
index c72ce5e64e1f88124fce95bb8132d0278c38c9ad..b4e25958c71a2397a76f5fcda0c8ae801ea01ebf 100644 (file)
@@ -22,11 +22,11 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathStyles st) const;
+       void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       void write(MathWriteInfo & os) const;
        ///
        void writeNormal(std::ostream &) const;