]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_tabularinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_tabularinset.h
index 62fa37fbaf230b90b4219bb5af16b2199480e2aa..3778c45a51cfb8705a00341d27f17fb82b71b99c 100644 (file)
@@ -23,7 +23,7 @@ public:
        ///
        MathTabularInset(string const &, char valign, string const & halign);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///