]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathLim.h
index af1480dd0cfe83f79fad282b28e3221a0c9492d8..ce52638ed8f55c34677d783b3f4d55e34fe2899c 100644 (file)
@@ -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);
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
 
@@ -43,7 +43,7 @@ public:
        ///
        void write(WriteStream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };