]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binaryopinset.h
fix #1073
[lyx.git] / src / mathed / math_binaryopinset.h
index 06e0efe186111af4fa76685b871e80d8ec61c410..1a736a396e580d2a38e1d650585d712403b5e663 100644 (file)
@@ -18,19 +18,19 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & st) const;
 private:
        ///
        int opwidth() const;
        ///
        char op_;
        ///
-       mutable MathMetricsInfo mi_;
+       mutable MetricsInfo mi_;
 };
 #endif