X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmathed%2Fmath_macro.h;fp=src%2Fmathed%2Fmath_macro.h;h=39bda1ccf0211e17202e813fd2ae8fa5ab2afbfb;hb=1829cdef6a34ec623c25ec8967dc048e8f19eee9;hp=ac9f3c497c6d1aa1675d112c7041a4f9db481cdd;hpb=f1d458b9d75b70261d042fb3d7e2cef43f73f6f1;p=lyx.git diff --git a/src/mathed/math_macro.h b/src/mathed/math_macro.h index ac9f3c497c..39bda1ccf0 100644 --- a/src/mathed/math_macro.h +++ b/src/mathed/math_macro.h @@ -19,7 +19,7 @@ #include "math_nestinset.h" -#include "math_metricsinfo.h" +#include "metricsinfo.h" #include "math_macroarg.h" #include "LString.h" @@ -39,9 +39,9 @@ public: /// MathMacro(MathMacro const &); /// - void draw(MathPainterInfo & pi, int x, int y) const; + void draw(PainterInfo & pi, int x, int y) const; /// - void metrics(MathMetricsInfo & mi) const; + void metrics(MetricsInfo & mi) const; /// MathInset * clone() const; /// @@ -89,7 +89,7 @@ private: /// mutable MathArray expanded_; /// - mutable MathMetricsInfo mi_; + mutable MetricsInfo mi_; /// mutable LyXFont font_; };