]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathLim.h
index af1480dd0cfe83f79fad282b28e3221a0c9492d8..bc95d0e38df834bfb848d99bb57713ff206a4c6f 100644 (file)
@@ -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<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };