X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDiff.h;h=063e5214cf73f703a3b20387a2a1f357bdab149b;hb=28be7d552f62cc02fa86d7f79201d089bfb2d7b5;hp=557f16fed24580b03a2e88cb0a8761a8db681c4e;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathDiff.h b/src/mathed/InsetMathDiff.h index 557f16fed2..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,8 +39,6 @@ public: /// void mathematica(MathematicaStream &) const; /// - void mathmlize(MathStream &) const; - /// void maxima(MaximaStream &) const; /// void write(WriteStream & os) const;