]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binominset.h
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / math_binominset.h
index 2bb97451dd175d9d51b8d17b066c38cfa1ca5ea2..213d19a0747a1e9b299b3b2ba456845743a93e59 100644 (file)
@@ -18,11 +18,11 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(std::ostream &, bool fragile) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream &) const;
        ///
-       void metrics(MathStyles st) const;
+       void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
 private: