]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_notinset.h
oh well
[lyx.git] / src / mathed / math_notinset.h
index 0f945420427f7f79dd04b8c1bd5295c8e84c3019..6e56207bb0d370091fb7859bde6eb86362f0445a 100644 (file)
@@ -13,15 +13,15 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream & ns) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo const & mi) const;
        ///
        void draw(Painter &, int x, int y) const;
 private:
        ///
-       mutable MathMetricsInfo mi_;
+       mutable LyXFont font_;
 };
 #endif