]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathSqrt.h
index 8e19b367d8ecdc641b105e25a6e29688f92dffef..7fd6452e6aaac1a639e846c88afceb9bfe619dad 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -46,7 +46,7 @@ public:
        ///
        void mathmlize(MathStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };