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