]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDiff.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / mathed / InsetMathDiff.h
index ca7d0e8dca39edfcd0b606f7b068913c32d00c31..f0d16f12bbb4051fff1a3186106880dd0d6fdc90 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -24,7 +24,7 @@ namespace lyx {
 class InsetMathDiff : public InsetMathNest {
 public:
        ///
-       InsetMathDiff();
+       explicit 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;
 };