]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binominset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_binominset.h
index 58f1534c36b6cd977eb9196ad07e0d16ca0345e2..fb2fcaae8ca1f9326ef6d961679ae6ac29901b64 100644 (file)
@@ -13,13 +13,13 @@ public:
        ///
        explicit MathBinomInset(bool choose = false);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///
-       Dimension metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
 private: