]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathRoot.h
index 419a26cd19fb1c23a21f77888a2d5f309cecfc64..ac69d1d933f7341b18ae47b12015a0d0eb613a21 100644 (file)
@@ -16,6 +16,9 @@
 #include "InsetMathNest.h"
 
 
+namespace lyx {
+
+
 /// The general n-th root inset.
 class InsetMathRoot : public InsetMathNest {
 public:
@@ -33,7 +36,7 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
        void maple(MapleStream &) const;
        ///
@@ -42,4 +45,7 @@ private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+
+} // namespace lyx
 #endif