]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathDiff.h
index 8710d43fc16c34075b3f28d490f95f7e29815dad..063e5214cf73f703a3b20387a2a1f357bdab149b 100644 (file)
@@ -24,7 +24,7 @@ namespace lyx {
 class InsetMathDiff : public InsetMathNest {
 public:
        ///
-       InsetMathDiff();
+       InsetMathDiff(Buffer * buf);
        ///
        void addDer(MathData const & der);
        ///
@@ -39,11 +39,11 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       void mathmlize(MathStream &) const;
-       ///
        void maxima(MaximaStream &) const;
        ///
        void write(WriteStream & os) const;
+       ///
+       InsetCode lyxCode() const { return MATH_DIFF_CODE; }
 private:
        virtual Inset * clone() const;
 };