X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLim.h;h=634c595e7f2d796af3b89a0bd774bdf1c72fb094;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=9ff2cbe025e18a57a602d5c855d09339e3c8a051;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/InsetMathLim.h b/src/mathed/InsetMathLim.h index 9ff2cbe025..634c595e7f 100644 --- a/src/mathed/InsetMathLim.h +++ b/src/mathed/InsetMathLim.h @@ -24,7 +24,8 @@ namespace lyx { class InsetMathLim : public InsetMathNest { public: /// - InsetMathLim(MathData const & f, MathData const & x, MathData const & x0); + InsetMathLim(Buffer * buf, MathData const & f, MathData const & x, + MathData const & x0); /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -39,9 +40,10 @@ public: /// void mathematica(MathematicaStream &) const; /// - void mathmlize(MathStream &) const; - /// void write(WriteStream & os) const; + /// + InsetCode lyxCode() const { return MATH_LIM_CODE; } + private: virtual Inset * clone() const; };