X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFrac.h;h=e80389281b4860468c71c512b4f72c0f7f93956d;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=dc4ed0bf52104345b6a9e6e9fe0718d1bd59b26d;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathFrac.h b/src/mathed/InsetMathFrac.h index dc4ed0bf52..e80389281b 100644 --- a/src/mathed/InsetMathFrac.h +++ b/src/mathed/InsetMathFrac.h @@ -33,7 +33,7 @@ public: /// explicit InsetMathFrac(Kind kind = FRAC); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo &, int x, int y) const; /// @@ -62,7 +62,7 @@ public: /// void validate(LaTeXFeatures & features) const; public: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// Kind kind_; };