]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_tabularinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_tabularinset.h
index 35426e2dc7e467783305914c08a6357e94b1a4f2..3778c45a51cfb8705a00341d27f17fb82b71b99c 100644 (file)
@@ -23,9 +23,9 @@ public:
        ///
        MathTabularInset(string const &, char valign, string const & halign);
        ///
-       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;
        ///