X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDiff.h;h=063e5214cf73f703a3b20387a2a1f357bdab149b;hb=02e82157ec583c3900e359de86be79fac6512387;hp=8710d43fc16c34075b3f28d490f95f7e29815dad;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/InsetMathDiff.h b/src/mathed/InsetMathDiff.h index 8710d43fc1..063e5214cf 100644 --- a/src/mathed/InsetMathDiff.h +++ b/src/mathed/InsetMathDiff.h @@ -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; };