]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathXArrow.C
index 0b2ebc318863c981b0d561ba26263ded6994c314..a6ff4e626aa840d6f00a43702ca0d4cf1c617e63 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathXArrow.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathStream.h"
 #include "MathSupport.h"
 
@@ -25,7 +25,7 @@ using std::string;
 using std::auto_ptr;
 
 
-InsetMathXArrow::InsetMathXArrow(string const & name)
+InsetMathXArrow::InsetMathXArrow(docstring const & name)
        : InsetMathFracBase(), name_(name)
 {}