]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMatrix.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / InsetMathMatrix.h
index d0b3c9f39d22e2b63461b52d20d498009f36f453..b44008bac4cac69ab9b36760321353ec3533a940 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.
  */
@@ -44,7 +44,7 @@ public:
        ///
        void octave(OctaveStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };