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