]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_decorationinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_decorationinset.h
index 09c50d58d324fa835081d9ac3749f42d75c5b69d..137b4c39139c4b31719330c22f7e965a80b72185 100644 (file)
@@ -19,13 +19,13 @@ public:
        ///
        explicit MathDecorationInset(latexkeys const * key);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
        void write(WriteStream & os) const;
        ///
-       void metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void normalize(NormalStream & os) const;
        ///