]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_liminset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_liminset.h
index ee914d85a151aef2861843bc9206ce6df68356a8..34fe7348a069565f5865625fb12584f1c9bbe7bd 100644 (file)
@@ -13,9 +13,9 @@ public:
        ///
        MathLimInset(MathArray const & f, MathArray const & x, MathArray const & x0);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       void metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;