]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathSpace.C
index 36b392e4a2d2d9dc0ab0ed2e2d96b9ed9f4f9433..fd0f56997f43f67fdcc0ddb9c227e8a83661ab34 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathSpace.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 
 #include "LaTeXFeatures.h"
 #include "LColor.h"
@@ -40,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)