]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathDiff.h
index 3dfc0b1864d3daa0ae9c3ac0299ad337db34fe80..8710d43fc16c34075b3f28d490f95f7e29815dad 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.
  */
@@ -26,7 +26,7 @@ public:
        ///
        InsetMathDiff();
        ///
-       void addDer(MathArray const & der);
+       void addDer(MathData const & der);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -45,7 +45,7 @@ public:
        ///
        void write(WriteStream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };