]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
fix #1073
[lyx.git] / src / mathed / math_casesinset.h
index 60efc5336ccc3cd3a4ae10e849e8adb2642135e5..93398d104b7e55e2732a18193b4532fb83d7c3d6 100644 (file)
@@ -14,9 +14,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;
 
        ///
        void infoize(std::ostream & os) const;