]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_biginset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_biginset.h
index fb5e99bcb8a0b8cd1f3c9be745955c5698b422a0..a42a40d92926629d90f6b6bcc3bd208064a30048 100644 (file)
@@ -24,9 +24,9 @@ public:
        ///
        MathBigInset(string const & name, string const & delim);
        ///
-       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;
        ///