]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.h
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / InsetMathDiff.h
index f981b67ea29b62739b44c78076edd60fa40d6998..ca7d0e8dca39edfcd0b606f7b068913c32d00c31 100644 (file)
@@ -26,7 +26,7 @@ public:
        ///
        InsetMathDiff();
        ///
-       void addDer(MathArray const & der);
+       void addDer(MathData const & der);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -39,13 +39,13 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
        void maxima(MaximaStream &) const;
        ///
        void write(WriteStream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };