]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_frameboxinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_frameboxinset.h
index a102afddaa131c53105895df6513c5d32be3d26f..a563099d39ebb179716cf2a37b2c673119e44136 100644 (file)
@@ -16,9 +16,9 @@ public:
        ///
        MathFrameboxInset();
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       void metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///