]> 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 6c15f6bc4297bfce74960fa34f53033a79437114..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.
  */
@@ -16,6 +16,9 @@
 #include "InsetMathNest.h"
 
 
+namespace lyx {
+
+
 /// \c InsetMathSqrt The square root inset.
 class InsetMathSqrt : public InsetMathNest {
 public:
@@ -41,8 +44,11 @@ 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;
 };
+
+
+} // namespace lyx
 #endif