]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.C
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathOverset.C
index b92c683e505b42fcefa8a9a1b7c5b82251bedfde..dfca03bd5e2e5f64c279c23504f7c311208c6f2f 100644 (file)
 
 #include "InsetMathOverset.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 
 #include "cursor.h"
 #include "LaTeXFeatures.h"
 
+
+namespace lyx {
+
 using std::max;
 using std::auto_ptr;
 
@@ -84,3 +87,6 @@ void InsetMathOverset::validate(LaTeXFeatures & features) const
        features.require("amsmath");
        InsetMathNest::validate(features);
 }
+
+
+} // namespace lyx