]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_inferinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_inferinset.h
index 4385b7a2328e8f9f89a2a7d2743d4f5481347012..a3882c3e3f47f09881a1a55579cb88b2e3845fbc 100644 (file)
@@ -15,9 +15,9 @@ public:
        ///
        explicit MathInferInset();
        ///
-       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;
        ///