]> 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 f3c9db0d16fffed64d9ba641941789e66171cee0..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.
  */
@@ -44,9 +44,9 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };