]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_numberinset.h
fix #1073
[lyx.git] / src / mathed / math_numberinset.h
index b0a64fa24e23862980e823de08cb4b9f848813d8..5f6d54a699e7ee784f8568bb380631577e87dc6b 100644 (file)
@@ -19,9 +19,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & st) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
        string str() const { return str_; }
        ///