]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_diffinset.h
index 651a60d67b173099271f22f6c5910d5a904e9888..74e4bc11eeb3bea926cdb60a94c297431c2bfd59 100644 (file)
@@ -13,13 +13,13 @@ public:
        ///
        explicit MathDiffInset();
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void addDer(MathArray const & der);
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
 
        ///
        void normalize(NormalStream &) const;