]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnv.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathEnv.h
index 75252bb18a00a82afb378be7f5bd46387f6b2295..985f57a322ca93e97b52d61e997ca215c8f8e324 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.
  */
@@ -20,7 +20,7 @@
 namespace lyx {
 
 
-/// Environtments á la \begin{something}...\end{something}
+/// Environtments á la \begin{something}...\end{something}
 class InsetMathEnv : public InsetMathNest {
 public:
        ///
@@ -37,7 +37,7 @@ public:
        void infoize(odocstream & os) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        /// name of that environment
        docstring name_;
 };