]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.h
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathSqrt.h
index 6c15f6bc4297bfce74960fa34f53033a79437114..7db7ff641d89888942d2e01ca053a056718ecb53 100644 (file)
@@ -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