X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLim.h;h=bc95d0e38df834bfb848d99bb57713ff206a4c6f;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=631cbfe2e80f587c70b1895639c825ac6d2d7f00;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathLim.h b/src/mathed/InsetMathLim.h index 631cbfe2e8..bc95d0e38d 100644 --- a/src/mathed/InsetMathLim.h +++ b/src/mathed/InsetMathLim.h @@ -24,9 +24,9 @@ namespace lyx { class InsetMathLim : public InsetMathNest { public: /// - InsetMathLim(MathArray const & f, MathArray const & x, MathArray const & x0); + InsetMathLim(MathData const & f, MathData const & x, MathData const & x0); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; @@ -39,11 +39,11 @@ public: /// void mathematica(MathematicaStream &) const; /// - void mathmlize(MathMLStream &) const; + void mathmlize(MathStream &) const; /// void write(WriteStream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };