X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_ertinset.h;h=afc2bdf961af62d1b860d54d858815952ce809af;hb=92d522b7f1be6046adcac062c558bbf0bf021612;hp=1f50ce80d50ccf4ad57b2ec8949e5ff330af2b5e;hpb=990069f5463dd0b57e0ea1f792b15a320ed8358a;p=lyx.git diff --git a/src/mathed/math_ertinset.h b/src/mathed/math_ertinset.h index 1f50ce80d5..afc2bdf961 100644 --- a/src/mathed/math_ertinset.h +++ b/src/mathed/math_ertinset.h @@ -1,6 +1,7 @@ #ifndef MATH_ERTINSET_H #define MATH_ERTINSET_H + #include "math_textinset.h" // implements support for \parbox @@ -10,13 +11,13 @@ public: /// MathErtInset() {} /// - MathInset * clone() const; + InsetBase * clone() const; /// mode_type currentMode() const { return TEXT_MODE; } /// - void metrics(MathMetricsInfo & mi) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// - void draw(MathPainterInfo & pi, int x, int y) const; + void draw(PainterInfo & pi, int x, int y) const; /// void infoize(std::ostream & os) const; ///