]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.h
try to fix rounding errors
[lyx.git] / src / mathed / math_dotsinset.h
index c13943d5ae0457039e39133514adc9feac4e0e8a..be37fb641bbd7bb3d31095262a4cc9e01fad3f55 100644 (file)
@@ -17,17 +17,17 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(NormalStream &) const;
+       void normalize(NormalStream &) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
 protected:
        /// cache for the thing's heigth
        mutable int dh_;
        ///
        string const name_;
-};   
+};
 #endif