]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_dotsinset.h
index b1b28a3294f1b149cc4a6464625ce88b88274aa7..75d4d9c7810911e7b040a11caa0656ab09f1a08c 100644 (file)
@@ -13,9 +13,9 @@ public:
        ///
        explicit MathDotsInset(latexkeys const * l);
        ///
-       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;
        ///