]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
promote MathMetricsInfo to MetricsInfo, change mathed accordingly
[lyx.git] / src / mathed / math_macro.h
index ac9f3c497c6d1aa1675d112c7041a4f9db481cdd..39bda1ccf0211e17202e813fd2ae8fa5ab2afbfb 100644 (file)
@@ -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_;
 };