]> 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 9ac4f722b9c553e45ec97abf65f4bbbbb6bc9202..be37fb641bbd7bb3d31095262a4cc9e01fad3f55 100644 (file)
@@ -17,13 +17,13 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
        ///
        void write(WriteStream & os) 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_;