]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_liminset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_liminset.h
index 71a97e6ac1e0a553038a77d72295b723304eb70d..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;
        ///
-       Dimension metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;