]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.h
fix #1073
[lyx.git] / src / mathed / math_spaceinset.h
index d48ff330d416f68f5d0ed4d86d5fe9e70efac388..c22c05fc53f65cc09d9f762d03a9e1b3dcef2d24 100644 (file)
@@ -21,9 +21,9 @@ public:
        ///
        void incSpace();
        ///
-       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 normalize(NormalStream &) const;