]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_hullinset.h
index 0ef8679a6c153a954c7c3daa59b9e3af6eb2be92..adbdc2dd750f32ed0263d4fee6d7501a75ca94d8 100644 (file)
@@ -20,11 +20,11 @@ public:
        ///
        explicit MathHullInset(string const & type);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        mode_type currentMode() const;
        ///
-       Dimension metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///