]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fboxinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_fboxinset.h
index 549dab00ea28baf2eadaa81ad2772f1619e2f9c0..791688bc9da381bf23622a34e01102b8944fb422 100644 (file)
@@ -19,11 +19,11 @@ public:
        ///
        MathFboxInset(latexkeys const * key);
        ///
-       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 & pi, int x, int y) const;
        ///