X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathTFrac.h;h=5299b0b11aa741ba5f047b14e29546da15f8e3dc;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=38e84094984fcd5a12fb46f0ee7e8df1830ea2c9;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathTFrac.h b/src/mathed/InsetMathTFrac.h index 38e8409498..5299b0b11a 100644 --- a/src/mathed/InsetMathTFrac.h +++ b/src/mathed/InsetMathTFrac.h @@ -24,17 +24,17 @@ public: /// InsetMathTFrac(); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo &, int x, int y) const; /// - std::string name() const; + docstring name() const; /// - void mathmlize(MathMLStream &) const; + void mathmlize(MathStream &) const; /// void validate(LaTeXFeatures & features) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };