X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFrac.h;h=e80389281b4860468c71c512b4f72c0f7f93956d;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=b7e8eab4b075e91f115f995a3144386a591b9189;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathFrac.h b/src/mathed/InsetMathFrac.h index b7e8eab4b0..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; /// @@ -45,7 +45,7 @@ public: /// identifies FracInsets InsetMathFrac const * asFracInset() const; /// - std::string name() const; + docstring name() const; /// bool extraBraces() const; @@ -58,11 +58,11 @@ public: /// void octave(OctaveStream &) const; /// - void mathmlize(MathMLStream &) const; + void mathmlize(MathStream &) const; /// void validate(LaTeXFeatures & features) const; public: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// Kind kind_; };