]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_makeboxinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_makeboxinset.h
index f93de06c11c7ebecad1f3ce9b022fcc1da61f173..bdeb78ff81f6203c412c5c761ab84807eae5912f 100644 (file)
@@ -21,9 +21,9 @@ public:
        ///
        MathMakeboxInset();
        ///
-       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;
        ///