]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_arrayinset.h
index 3ddc83cfdaba23830097c5eef86b6e7242f13e9b..642e8bc1027c04ed36cadb25895cd01dee99bfb1 100644 (file)
@@ -25,9 +25,9 @@ public:
        /// convienience constructor from whitespace/newline seperated data
        MathArrayInset(string const &, string const & str);
        ///
-       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;
        ///