]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_exfuncinset.h
index a12310195196097643d51dd2b397cc7b752645ba..6422af0f7af502f77030417f8ec237aae502f25f 100644 (file)
@@ -15,9 +15,9 @@ public:
        ///
        MathExFuncInset(string const & name, MathArray const & ar);
        ///
-       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;
        ///