]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_tabularinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_tabularinset.h
index 7e1bfe92a4c9e7ad4d876d34d590f9f566b19c19..3778c45a51cfb8705a00341d27f17fb82b71b99c 100644 (file)
@@ -23,11 +23,11 @@ public:
        ///
        MathTabularInset(string const &, char valign, string const & halign);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        MathTabularInset * asTabularInset() { return this; }
        ///