]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.h
fix #1073
[lyx.git] / src / mathed / math_amsarrayinset.h
index 7a96998f0e1c20ec43bfbe01e0f83cfa2d8ff40b..aac377e508b15896397de6d6faec25178f25f1e5 100644 (file)
@@ -22,9 +22,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & st) const;
        ///
-       void draw(MathPainterInfo & pain, int x, int y) const;
+       void draw(PainterInfo & pain, int x, int y) const;
        ///
        MathAMSArrayInset * asAMSArrayInset() { return this; }
        ///