X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLim.h;h=bc95d0e38df834bfb848d99bb57713ff206a4c6f;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=af1480dd0cfe83f79fad282b28e3221a0c9492d8;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/InsetMathLim.h b/src/mathed/InsetMathLim.h index af1480dd0c..bc95d0e38d 100644 --- a/src/mathed/InsetMathLim.h +++ b/src/mathed/InsetMathLim.h @@ -24,7 +24,7 @@ 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); /// bool metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -43,7 +43,7 @@ public: /// void write(WriteStream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };