]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.h
Account for old versions of Pygments
[lyx.git] / src / mathed / InsetMathDiff.h
index 557f16fed24580b03a2e88cb0a8761a8db681c4e..063e5214cf73f703a3b20387a2a1f357bdab149b 100644 (file)
@@ -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;