]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathPar.h
index 6fd28850fd7946fdf72638c13c40e2bd4907355c..6edc6bf8b850f4606a1e20d777332f5e81901354 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.
  */
@@ -23,7 +23,7 @@ public:
        ///
        InsetMathPar() {}
        ///
-       InsetMathPar(MathArray const & ar);
+       InsetMathPar(MathData const & ar);
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
@@ -36,7 +36,7 @@ public:
        void write(WriteStream & os) const;
 private:
        ///
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };