]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.h
fix #1073
[lyx.git] / src / mathed / math_charinset.h
index 3673ba15c58cf67d9583a0257ff08c5a9184a8e1..1f9fa26ccfde18ba3ed1f63daa447932e60e411d 100644 (file)
@@ -18,9 +18,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;
        ///
        void metricsT(TextMetricsInfo const & st) const;
        ///