X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_macrotemplate.h;h=405eeb331172e24ade293c1d44c44dfd69455dc3;hb=92d522b7f1be6046adcac062c558bbf0bf021612;hp=d0b10c075e34e7cbed8cbd7605341ac9ab67a2fc;hpb=38fce2feaced45d99f3e78ee8e877f2c37aa6bd1;p=lyx.git diff --git a/src/mathed/math_macrotemplate.h b/src/mathed/math_macrotemplate.h index d0b10c075e..405eeb3311 100644 --- a/src/mathed/math_macrotemplate.h +++ b/src/mathed/math_macrotemplate.h @@ -25,7 +25,7 @@ public: /// explicit MathMacroTemplate(std::istream & is); /// - MathInset * clone() const; + InsetBase * clone() const; /// void write(WriteStream & os) const; /// Number of arguments @@ -37,7 +37,7 @@ public: /// void draw(PainterInfo &, int x, int y) const; /// - Dimension metrics(MetricsInfo & mi) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// identifies macro templates MathMacroTemplate * asMacroTemplate() { return this; } /// identifies macro templates