]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_ertinset.h
fix #1073
[lyx.git] / src / mathed / math_ertinset.h
index 86b126b217f3607a8018a99e13f7e138421bb3f8..77680bfb1eff71c9ba13f7da07649a169f986170 100644 (file)
@@ -15,9 +15,9 @@ public:
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        void infoize(std::ostream & os) const;
        ///