]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_braceinset.h
index 7ba25f3d6af41405ad2547716502e44e7900f964..526983050deb27f598977518c127c3d3f0f10737 100644 (file)
@@ -18,11 +18,11 @@ public:
        ///
        MathBraceInset(MathArray const & ar);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        /// we write extra braces in any case...
        bool extraBraces() const { return true; }
        ///
-       void metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///