]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.C
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathXArrow.C
index 948370c2cbf0e75c20dff77a52ec170acefae5c2..a6ff4e626aa840d6f00a43702ca0d4cf1c617e63 100644 (file)
 
 #include "InsetMathXArrow.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathStream.h"
 #include "MathSupport.h"
 
 #include "LaTeXFeatures.h"
 
+
+namespace lyx {
+
 using std::string;
 using std::auto_ptr;
 
 
-InsetMathXArrow::InsetMathXArrow(string const & name)
+InsetMathXArrow::InsetMathXArrow(docstring const & name)
        : InsetMathFracBase(), name_(name)
 {}
 
@@ -76,3 +79,6 @@ void InsetMathXArrow::validate(LaTeXFeatures & features) const
        features.require("amsmath");
        InsetMathNest::validate(features);
 }
+
+
+} // namespace lyx