]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.C
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathSpace.C
index 70e46b82d60abc6bd84b06f5d6ca695385d836b0..fd0f56997f43f67fdcc0ddb9c227e8a83661ab34 100644 (file)
 
 #include "InsetMathSpace.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 
 #include "LaTeXFeatures.h"
 #include "LColor.h"
 
 #include "frontends/Painter.h"
 
+
+namespace lyx {
+
 using std::string;
 using std::auto_ptr;
 
@@ -37,7 +40,7 @@ InsetMathSpace::InsetMathSpace(int sp)
 {}
 
 
-InsetMathSpace::InsetMathSpace(string const & name)
+InsetMathSpace::InsetMathSpace(docstring const & name)
        : space_(1)
 {
        for (int i = 0; i < nSpace; ++i)
@@ -156,3 +159,6 @@ void InsetMathSpace::write(WriteStream & os) const
                os.pendingSpace(true);
        }
 }
+
+
+} // namespace lyx